update travis config

This commit is contained in:
Max Sokolov 2016-03-19 17:16:56 +03:00
parent ffefdaba82
commit 28b6b3796b
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ osx_image: xcode7.2
before_install:
- cd Tablet
script:
- xctool 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