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