middleman/.travis.yml

18 lines
331 B
YAML
Raw Normal View History

language: ruby
2011-08-05 20:53:26 +02:00
rvm:
- ruby-head
- 2.1.0
2013-02-16 06:24:39 +01:00
- 2.0.0
- 1.9.3
2012-04-26 22:47:07 +02:00
- jruby-19mode
2013-09-28 08:56:37 +02:00
matrix:
fast_finish: true
2013-09-28 08:56:37 +02:00
allow_failures:
- rvm: ruby-head
- rvm: 2.1.0
2013-09-28 08:56:37 +02:00
- rvm: jruby-19mode
env: TEST=true
2013-12-29 23:45:43 +01:00
before_install:
- git submodule update --init --recursive
- gem install bundler -v '= 1.5.1'
script: bundle exec rake test