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:
parent
01a52b5ec3
commit
78434a81ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue