Browse Source

use bundle exec for travis

and be explicit about task
phinze 12 years ago
parent
commit
3404b34404
  1. 2
      .travis.yml

2
.travis.yml

@ -1,3 +1,3 @@
language: objective-c
install: bundle
script: rake
script: bundle exec rake test

Loading…
Cancel
Save