Skip to content

Commit

Permalink
Disabled example project build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro committed Jan 10, 2015
1 parent e03f605 commit 237d05e
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
@@ -7,10 +7,10 @@ cache:
install:
- bundle install --path=vendor/bundle --binstubs=vendor/bin
- bundle exec pod install --project-directory=example/
- bundle exec pod install --project-directory=project/
#- bundle exec pod install --project-directory=project/
script:
- bundle exec rake test:ios
- bundle exec rake build:ios
#- bundle exec rake build:ios
env:
global:
- LANG=en_US.UTF-8

0 comments on commit 237d05e

Please sign in to comment.