Skip to content

Commit

Permalink
fix travis build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharbonnier committed Sep 18, 2016
1 parent 402b9af commit ec5fb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ branches:
- master
-
script:
- set -o pipefail && xcodebuild -workspace Haneke.xcworkspace -scheme Haneke-iOS -sdk iphonesimulator10.0 build test | xcpretty --color
- set -o pipefail && xcodebuild -workspace Haneke.xcworkspace -scheme Haneke-iOS -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' build test | xcpretty --color

0 comments on commit ec5fb97

Please sign in to comment.