Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Mar 30, 2019
1 parent a3376b0 commit 45b1ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45b1ad3

Please sign in to comment.