Skip to content

Commit 3cf38fc

Browse files
committed
Add .travis.yml file
1 parent 746a638 commit 3cf38fc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)