diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cabba04 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: objective-c +osx_image: xcode8.2 +xcode_sdk: iphonesimulator10.0 +script: +- xcodebuild -project Alamofire-SwiftyJSON.xcodeproj -scheme "AlamofireSwiftyJSON" -destination "platform=iOS Simulator,name=iPhone 6" build-for-testing test | xcpretty \ No newline at end of file