update travis-ci config

This commit is contained in:
Max Sokolov 2016-04-13 00:43:21 +03:00
parent 08ce2d62e4
commit 6df6d3628c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ 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