From 0dba87fdd4c77dfcd8aa3af5378ceecbac58f163 Mon Sep 17 00:00:00 2001 From: Zigii Wong Date: Tue, 18 Apr 2017 10:30:04 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ac4fda..de015ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ xcode_sdk: iphonesimulator10.0 env: - PLATFORM="ios" SCHEME="AlamofireSwiftyJSON" DESTINATION="platform=iOS Simulator,name=iPhone SE,OS=10.0" script: - - 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