From 66329171ddd19e901927ac9b295b36a2009c8f0d Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sun, 20 Mar 2016 23:19:27 +0300 Subject: [PATCH] update config --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b570850..acff8b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: objective-c osx_image: xcode7.2 branches: - only: - - master + only: + - master 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