Merge pull request #996 from blakewatters/bugfix/travis-fix
Install Pods contained within the Tests directory
This commit is contained in:
commit
b1a5411599
1 changed files with 1 additions and 0 deletions
|
|
@ -2,4 +2,5 @@ language: objective-c
|
|||
before_install:
|
||||
- brew update
|
||||
- brew install xctool --HEAD
|
||||
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
|
||||
script: rake test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue