Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed May 13, 2016
1 parent e91dbe5 commit fb6d5a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ sudo: required
language: objective-c
before_install:
- export LANG=en_US.UTF-8
- gem install cocoapods xcpretty slather --no-ri --no-rdoc
- cd PopTipDemo
- pod update
- cd ..
- gem install xcpretty --no-ri --no-rdoc
script: rake test
after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit fb6d5a7

Please sign in to comment.