Skip to content

Commit

Permalink
Make CocoaPods lint faster on Travis-CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Jul 9, 2016
1 parent 1295acf commit eeb2376
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ before_install:
gem install xcpretty -N --no-ri --no-rdoc
elif [ "$TEST_TYPE" = CocoaPods ]; then
gem install cocoapods --pre --quiet --no-ri --no-rdoc
pod setup --silent
pod repo update --silent
elif [ "$TEST_TYPE" = Carthage ]; then
brew update
brew install carthage || brew upgrade carthage
Expand Down

0 comments on commit eeb2376

Please sign in to comment.