We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5021d commit 0dba87fCopy full SHA for 0dba87f
1 file changed
.travis.yml
@@ -4,4 +4,4 @@ xcode_sdk: iphonesimulator10.0
4
env:
5
- PLATFORM="ios" SCHEME="AlamofireSwiftyJSON" DESTINATION="platform=iOS Simulator,name=iPhone SE,OS=10.0"
6
script:
7
- - set -o pipefail && xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme $SCHEME -destination $DESTINATION build-for-testing test | xcpretty
+ - set -o pipefail && xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme $SCHEME -destination "$DESTINATION" build-for-testing test | xcpretty
0 commit comments