aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-06 09:39:43 -0800
committerGravatar GitHub <noreply@github.com>2017-11-06 09:39:43 -0800
commit81e4e5cdf450e4357bc0dd0d77c6e28b296ca5f2 (patch)
tree36442a68ea686d1be91fa9759b2fd9cbc417ef79 /.travis.yml
parent895b9438ae1f538dad4e8b9a7cff335f601fb115 (diff)
Update travis to Xcode 9.1 (#427)
* Update travis to Xcode 9.1 * Prepend pod lib lint with bundle exec
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6af93af..24a2fc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-osx_image: xcode8.3
+osx_image: xcode9.1
language: objective-c
cache:
- bundler
@@ -6,7 +6,8 @@ cache:
rvm: 2.3.1
before_install:
- - open -a "simulator" --args -CurrentDeviceUDID ABBD7191-486B-462F-80B4-AE08C5820DA1
+# Add next line back with updated DeviceUDID for xcode9.1 if stability issues with simulator
+# - open -a "simulator" --args -CurrentDeviceUDID ABBD7191-486B-462F-80B4-AE08C5820DA1
- bundle install
- gem install xcpretty
- bundle exec pod install --project-directory=Example --repo-update
@@ -15,7 +16,7 @@ before_install:
script:
- "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files
- ./test.sh
- - pod lib lint FirebaseCommunity.podspec
+ - bundle exec pod lib lint FirebaseCommunity.podspec --allow-warnings #pending #390 fix
branches:
only: