Files
liquid/.travis.yml
Justin Li 959cd6d2a2 Temporarily disable rubinius in CI
It takes much longer than the others and is currently broken
2015-07-08 17:47:05 -04:00

21 lines
207 B
YAML

language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-head
# - rbx-2
sudo: false
matrix:
allow_failures:
- rvm: jruby-head
script: "bundle exec rake"
notifications:
disable: true