From 81e4e5cdf450e4357bc0dd0d77c6e28b296ca5f2 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 6 Nov 2017 09:39:43 -0800 Subject: Update travis to Xcode 9.1 (#427) * Update travis to Xcode 9.1 * Prepend pod lib lint with bundle exec --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.3