diff --git a/.travis.yml b/.travis.yml index e87dc1f..0038954 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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