Skip to content

Commit

Permalink
Merge pull request #1 from skywinder/travis-fix
Browse files Browse the repository at this point in the history
update travis script to avoid "exited with 134"
  • Loading branch information
ben181231 committed Oct 27, 2014
2 parents 91cbbcf + af9c047 commit 57735ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .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

0 comments on commit 57735ec

Please sign in to comment.