Merge pull request #996 from blakewatters/bugfix/travis-fix

Install Pods contained within the Tests directory
This commit is contained in:
Mattt Thompson 2013-05-16 12:19:04 -07:00
commit b1a5411599

View file

@ -2,4 +2,5 @@ language: objective-c
before_install: before_install:
- brew update - brew update
- brew install xctool --HEAD - brew install xctool --HEAD
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
script: rake test script: rake test