1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

added bundle exec to the travis yml script def

This commit is contained in:
Josh Kalderimis 2011-06-14 08:22:48 -07:00
parent 01a52b5ec3
commit 78434a81ce

View file

@ -1,4 +1,4 @@
script: "git submodule update --init && rake test"
script: "git submodule update --init && bundle exec rake test"
rvm:
- 1.8.7
- 1.9.2