From cf39fda4d337b41381e55ec45d12cc795f4d4302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Fri, 29 Sep 2017 13:39:55 -0300 Subject: [PATCH] Fixing Travis-CI builds --- .swift-version | 1 + .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/.travis.yml b/.travis.yml index a341f43..bb3fb26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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