Skip to content

Commit 5fe59ac

Browse files
authored
Merge pull request #56 from wongzigii/master
Update git submodule to latest
2 parents 1473239 + 0dba87f commit 5fe59ac

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: objective-c
2-
osx_image: xcode8.2
2+
osx_image: xcode8
33
xcode_sdk: iphonesimulator10.0
4+
env:
5+
- PLATFORM="ios" SCHEME="AlamofireSwiftyJSON" DESTINATION="platform=iOS Simulator,name=iPhone SE,OS=10.0"
46
script:
5-
- set -o pipefail && xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme "AlamofireSwiftyJSON" -destination "id=22FA2149-1241-469C-BF6D-462D3837DB72" 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)