Update .travis.yml

This commit is contained in:
Zigii Wong
2017-04-18 10:30:04 +08:00
parent 5c5021d9ab
commit 0dba87fdd4

View File

@@ -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