From ae34cefe7aa1abdac25f0dc83aeb7389220da316 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Wed, 13 Apr 2016 00:53:53 +0300 Subject: [PATCH] update travis-ci config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9623cc9..d1f1ced 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ branches: before_install: - 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 \ No newline at end of file + - xctool clean build test -project Tablet.xcodeproj -scheme Tablet -sdk iphonesimulator \ No newline at end of file