update config

This commit is contained in:
Max Sokolov 2016-03-20 23:19:27 +03:00
parent afbb7154ca
commit 66329171dd
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
language: objective-c
osx_image: xcode7.2
branches:
only:
- master
only:
- master
before_install:
- cd Tablet
- cd Tablet
script:
- xctool clean build test -project Tablet.xcodeproj -scheme Tablet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
- xctool clean build test -project Tablet.xcodeproj -scheme Tablet -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
- cd $TRAVIS_BUILD_DIR