Files
liquid/.travis.yml
T

13 lines
116 B
YAML

rvm:
- 1.8.7
- 1.9.2
- ree
- jruby
- rbx
- rbx-2.0
script: "rake test"
notifications:
disable: true