mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
12 lines
178 B
YAML
12 lines
178 B
YAML
rvm:
|
|
- 1.8.7
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- jruby-19mode
|
|
|
|
script: "bundle exec rake test"
|
|
|
|
before_install:
|
|
- git submodule update --init --recursive
|
|
|
|
env: TEST=true TRAVIS=true
|