From 9537f037d778aca5af015d5cb12b2a6f60736bbd Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sun, 20 Mar 2016 23:16:05 +0300 Subject: [PATCH] update config --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ac10e0..9d4e551 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: objective-c osx_image: xcode7.2 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 \ No newline at end of file + - cd $TRAVIS_BUILD_DIR \ No newline at end of file