Skip to content

Commit

Permalink
Use pod update instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
dulacp committed Jun 3, 2014
1 parent a4a9ce6 commit 710bf48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ language: objective-c
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- cd Example && pod install && cd $TRAVIS_BUILD_DIR
- cd Example && pod update && cd $TRAVIS_BUILD_DIR
script: "make citest"
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- DPMeterView (1.0.0)
- DPMeterView (1.0.1)
- Kiwi (2.2.4):
- Kiwi/SenTestingKit
- Kiwi/ARC (2.2.4)
Expand All @@ -17,7 +17,7 @@ EXTERNAL SOURCES:
:path: ../.

SPEC CHECKSUMS:
DPMeterView: 37849bb88fa64a1ad5e1d6d0e90fdce1708b2da4
DPMeterView: 3e383f6d6aacf253460c44fe1d33216eabb46761
Kiwi: c73667f2b84cbf36f1a3830267c5a4ae8dcbd8ba

COCOAPODS: 0.33.1

0 comments on commit 710bf48

Please sign in to comment.