update travis-ci config

This commit is contained in:
Max Sokolov 2016-04-13 00:50:54 +03:00
parent 6df6d3628c
commit b05b5871c5
1 changed files with 1 additions and 4 deletions

View File

@ -4,9 +4,6 @@ branches:
only:
- master
before_install:
- brew install xctool
- 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
after_success:
- cd $TRAVIS_BUILD_DIR
- xctool clean build test -project Tablet.xcodeproj -scheme Tablet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES