Fixing Travis-CI builds
This commit is contained in:
parent
c1dd104328
commit
cf39fda4d3
|
|
@ -0,0 +1 @@
|
|||
3.0
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue