Skip to content

Commit

Permalink
#ci always allow warnings as third-party dependencies generate unavoi…
Browse files Browse the repository at this point in the history
…dable warnings.
  • Loading branch information
BB9z committed Apr 24, 2018
1 parent 7639982 commit d71397c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ STAGE_MAIN() {
else
echo "TRAVIS_BRANCH = $TRAVIS_BRANCH"
gem install cocoapods --no-rdoc --no-ri --no-document --quiet
if [ "$TRAVIS_BRANCH" = "develop" ]; then
pod lib lint --allow-warnings
else
pod lib lint
fi
# Always allow warnings as third-party dependencies generate unavoidable warnings.
pod lib lint --allow-warnings
fi

elif [ "$RFCI_TASK" = "Xcode9" ]; then
Expand Down

0 comments on commit d71397c

Please sign in to comment.