Skip to content

Commit

Permalink
Add .travis.yml #28
Browse files Browse the repository at this point in the history
  • Loading branch information
saiday committed Apr 19, 2015
1 parent 136f30f commit aeadf06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: objective-c
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install slather --no-rdoc --no-ri --no-document --quiet
- cd HysteriaPlayerTests && pod install
script:
- xctool test -project HysteriaPlayerTests.xcodeproj -scheme HysteriaPlayerTests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
after_success:
- cd $TRAVIS_BUILD_DIR && slather

0 comments on commit aeadf06

Please sign in to comment.