mirror of
https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git
synced 2026-04-30 10:32:21 +08:00
7 lines
280 B
YAML
7 lines
280 B
YAML
language: objective-c
|
|
osx_image: xcode10
|
|
xcode_sdk: iphonesimulator12.0
|
|
script:
|
|
- set -o pipefail
|
|
- travis_retry xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme "AlamofireSwiftyJSON" -destination "platform=iOS Simulator,name=iPhone 6" build-for-testing test | xcpretty
|