middleman/.travis.yml

13 lines
178 B
YAML
Raw Normal View History

2011-08-05 20:53:26 +02:00
rvm:
- 1.8.7
2011-10-14 22:03:23 +02:00
- 1.9.3
2013-02-16 06:24:39 +01:00
- 2.0.0
2012-04-26 22:47:07 +02:00
- jruby-19mode
2012-03-15 04:04:29 +01:00
2011-12-25 01:09:07 +01:00
script: "bundle exec rake test"
2012-07-03 06:43:17 +02:00
before_install:
- git submodule update --init --recursive
2012-06-19 01:53:22 +02:00
env: TEST=true TRAVIS=true