Skip to content

Commit

Permalink
Travis: update CocoaPod to v1.0.1 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira authored Aug 31, 2016
1 parent dcb602f commit a5d5f49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ install:
# Install Scan
# Automatically switches to the travis formatter when running on Travis
- gem install scan
# Remove old versions of CocoaPods
- gem uninstall cocoapods -aIx
# Install CocoaPods
- gem install cocoapods -v '0.39.0' --no-rdoc --no-ri --no-document --quiet
- gem install cocoapods -v '1.0.1' --no-rdoc --no-ri --no-document --quiet
- pod install
# List of schemes
- xcodebuild -workspace ./Ably.xcworkspace -list
Expand Down

0 comments on commit a5d5f49

Please sign in to comment.