update travis-ci config
This commit is contained in:
parent
6df6d3628c
commit
b05b5871c5
|
|
@ -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
|
||||
Loading…
Reference in New Issue