From 30adc3687908dc358c77fdc9ae767cb884bf1e6e Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Mon, 13 May 2013 15:39:44 -0400 Subject: [PATCH] Fix incorrect rake execution in Travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8880278..e87dc1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: objective-c before_install: - brew update - brew install xctool --HEAD -script: "rake test:all" +script: rake test