soml-parser/.travis.yml

11 lines
121 B
YAML
Raw Normal View History

2015-07-18 11:00:21 +02:00
language: ruby
sudo: false
cache: bundler
script:
- ruby test/test_all.rb
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0