rx-file/.travis.yml

11 lines
121 B
YAML
Raw Normal View History

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