Fix incorrect rake execution in Travis config
This commit is contained in:
parent
2c01759bda
commit
30adc36879
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@ language: objective-c
|
|||
before_install:
|
||||
- brew update
|
||||
- brew install xctool --HEAD
|
||||
script: "rake test:all"
|
||||
script: rake test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue