Skip to content

Commit

Permalink
Updated the travis script to ensure it updates the cocoapods gem if n…
Browse files Browse the repository at this point in the history
…ecessary.
  • Loading branch information
grgcombs committed May 13, 2014
1 parent 41f6f0f commit eb8d1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_install:
- brew update
- brew uninstall xctool
- brew install xctool
- gem update cocoapods
script:
- pod install
- xctool -workspace JSONToolsTests.xcworkspace -scheme JSONToolsTests -sdk iphonesimulator test ONLY_ACTIVE_ARCH=NO

0 comments on commit eb8d1e4

Please sign in to comment.