From 45b1ad3f53b1d45295bca372750fb51eb74d4c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zhiyu=20Zhu/=E6=9C=B1=E6=99=BA=E8=AF=AD?= Date: Sat, 30 Mar 2019 05:02:56 -0400 Subject: [PATCH] Update travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf8b927..3b2a9a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,13 @@ matrix: - os: linux dist: xenial - os: osx - osx_image: xcode10.1 + osx_image: xcode10.2 before_install: - if [ $TRAVIS_OS_NAME == "osx" ]; then gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet; else - eval "$(curl -sL https://raw.githubusercontent.com/ApolloZhu/script/master/swift/install/4)"; + eval "$(curl -sL https://raw.githubusercontent.com/ApolloZhu/script/master/swift/install/5)"; fi script: - if [ $TRAVIS_OS_NAME == "osx" ]; then