Skip to content

Commit 0dba87f

Browse files
committed
Update .travis.yml
1 parent 5c5021d commit 0dba87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ xcode_sdk: iphonesimulator10.0
44
env:
55
- PLATFORM="ios" SCHEME="AlamofireSwiftyJSON" DESTINATION="platform=iOS Simulator,name=iPhone SE,OS=10.0"
66
script:
7-
- set -o pipefail && xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme $SCHEME -destination $DESTINATION build-for-testing test | xcpretty
7+
- set -o pipefail && xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme $SCHEME -destination "$DESTINATION" build-for-testing test | xcpretty

0 commit comments

Comments
 (0)