Skip to content

Commit

Permalink
Aded Coveralls.io support to travis ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmllr committed Mar 18, 2014
1 parent 7db045f commit 6e424e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ language: objective-c
rvm: 1.9.3
env:
- XCWORKSPACE="Example/MMFlowViewDemo.xcworkspace"
script: xcodebuild -workspace Example/MMFlowViewDemo.xcworkspace -scheme MMFlowViewDemo CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test
before_install:
- sudo easy_install cpp-coveralls
script: xcodebuild -workspace Example/MMFlowViewDemo.xcworkspace -scheme MMFlowViewDemo CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO GCC_GENERATE_TEST_COVERAGE_FILES=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES test
after_success:
- coveralls -e Classes/osx/Specs -e Example

0 comments on commit 6e424e3

Please sign in to comment.