We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf38fc commit f32be43Copy full SHA for f32be43
1 file changed
.travis.yml
@@ -2,4 +2,4 @@ language: objective-c
2
osx_image: xcode8.2
3
xcode_sdk: iphonesimulator10.0
4
script:
5
-- xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme "AlamofireSwiftyJSON" -destination "platform=iOS Simulator,name=iPhone 6" build-for-testing test | xcpretty
+- set -o pipefail && xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme "AlamofireSwiftyJSON" -destination "id=22FA2149-1241-469C-BF6D-462D3837DB72" build-for-testing test | xcpretty
0 commit comments