Skip to content

Commit

Permalink
remove brew update, s/test:ios/test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Feb 11, 2014
1 parent 7a1145f commit 7fa79de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ 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
- brew update
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
script: rake test:ios
script: rake test

0 comments on commit 7fa79de

Please sign in to comment.