Fixing Travis-CI builds

This commit is contained in:
Flávio Caetano 2017-09-29 13:39:55 -03:00
parent c1dd104328
commit cf39fda4d3
2 changed files with 3 additions and 2 deletions

1
.swift-version Normal file
View File

@ -0,0 +1 @@
3.0

View File

@ -19,8 +19,8 @@ env:
- DESTINATION="platform=iOS Simulator,OS=8.3,name=iPhone 4S" POD_LINT="NO"
script:
- xcodebuild -workspace Example/ReCaptcha.xcworkspace -scheme ReCaptcha-Example -destination '$DESTINATION' build | xcpretty
- xcodebuild -workspace Example/ReCaptcha.xcworkspace -scheme ReCaptcha-Example -destination '$DESTINATION' test | xcpretty
- xcodebuild -workspace Example/ReCaptcha.xcworkspace -scheme ReCaptcha-Example -destination "$DESTINATION" build | xcpretty
- xcodebuild -workspace Example/ReCaptcha.xcworkspace -scheme ReCaptcha-Example -destination "$DESTINATION" test | xcpretty
# Run `pod lib lint` if specified
- if [ $POD_LINT == "YES" ]; then