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

Commit

Permalink
Fix gem commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu committed Mar 30, 2019
1 parent 5342d45 commit 15ac1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:

before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then
gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet;
gem install cocoapods --pre --no-document --quiet;
else
eval "$(curl -sL https://raw.githubusercontent.com/ApolloZhu/script/master/swift/install/5)";
fi
Expand Down

0 comments on commit 15ac1ad

Please sign in to comment.