We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746a638 commit 3cf38fcCopy full SHA for 3cf38fc
1 file changed
.travis.yml
@@ -0,0 +1,5 @@
1
+language: objective-c
2
+osx_image: xcode8.2
3
+xcode_sdk: iphonesimulator10.0
4
+script:
5
+- xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme "AlamofireSwiftyJSON" -destination "platform=iOS Simulator,name=iPhone 6" build-for-testing test | xcpretty
0 commit comments