mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Add git submodule update to travis script, required to run the test suite
This commit is contained in:
parent
cd7d0b9ef4
commit
55e94b88c4
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
script: "git submodule update --init && rake test"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- ree
|
- ree
|
||||||
- rbx
|
- rbx
|
||||||
- jruby
|
- jruby
|
||||||
|
|
Loading…
Reference in a new issue