From c33f13a7e4bee76533b949ad78ae0425ce3d5fe8 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Thu, 16 May 2013 14:42:57 -0400 Subject: [PATCH] Install Pods contained within the Tests directory --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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