From b05b5871c59190d9355eb8c40ca6d53b3066af42 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Wed, 13 Apr 2016 00:50:54 +0300 Subject: [PATCH] update travis-ci config --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5ba7de..9623cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - xctool clean build test -project Tablet.xcodeproj -scheme Tablet -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES \ No newline at end of file