Skip to content

Commit

Permalink
#ci update cocoapods when lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
BB9z committed Apr 22, 2018
1 parent 8afe871 commit 42ef1c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ if [ "$RFCI_TASK" = "POD_LINT" ]; then
echo "Skip pod lint"
else
echo "TRAVIS_BRANCH = $TRAVIS_BRANCH"
echo "Update cocoapods..."
gem install cocoapods --no-rdoc --no-ri --no-document --quiet
echo "Pod lint..."
if [ "$TRAVIS_BRANCH" = "develop" ]; then
pod lib lint --allow-warnings
else
Expand Down

0 comments on commit 42ef1c9

Please sign in to comment.