Fix incorrect rake execution in Travis config

This commit is contained in:
Blake Watters 2013-05-13 15:39:44 -04:00
parent 2c01759bda
commit 30adc36879

View file

@ -2,4 +2,4 @@ language: objective-c
before_install: before_install:
- brew update - brew update
- brew install xctool --HEAD - brew install xctool --HEAD
script: "rake test:all" script: rake test