From d18d63c3d68cad3bd7420a55d3930ba42ca63b84 Mon Sep 17 00:00:00 2001 From: Tyler Miller Date: Wed, 4 Apr 2018 20:54:51 -0400 Subject: [PATCH] Update cocoapods (#575) * Update cocoapods * Update .travis.yml * Update .travis.yml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02918d2893..34f3e10920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: swift -osx_image: xcode9.2 +osx_image: xcode9.3 branches: only: @@ -12,8 +12,9 @@ cache: - bundler before_install: - - pod install --repo-update - brew update + - gem install cocoapods + - pod install --repo-update - brew install swiftlint || true before_script: