From bc1a9c1ae28e426ba10db57f5515ad5961b5494c Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Wed, 2 May 2018 16:25:07 +0800 Subject: [PATCH] Upgrade Xcode --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14e7c93c..5cd37470 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -osx_image: xcode9.2 +osx_image: xcode9.3 language: objective-c cache: - bundler @@ -10,9 +10,7 @@ env: install: - bundle install - travis_wait bundle exec pod install -- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py -- python get-pip.py -- python -m pip install transifex-client +- python -m pip install --user transifex-client before_script: - set -o pipefail script: