From af9c047827ac789e187853e0cdc1c93313bdedbd Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Mon, 27 Oct 2014 12:13:15 +0200 Subject: [PATCH] update travis script to avoid "exited with 134" --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00c1d3b..4881065 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: objective-c -xcode_project: Sample Project/SimpleLineChart.xcodeproj -xcode_scheme: SimpleLineChartTests -xcode_sdk: iphonesimulator +# xcode_project: Sample Project/SimpleLineChart.xcodeproj +# xcode_scheme: SimpleLineChartTests +# xcode_sdk: iphonesimulator +script: + - xcodebuild clean build test -project "Sample Project/SimpleLineChart.xcodeproj" -scheme SimpleLineChartTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO