rx-file/.travis.yml

11 lines
202 B
YAML
Raw Permalink Normal View History

2015-07-18 10:57:49 +02:00
language: ruby
sudo: false
cache: bundler
script:
- CODECLIMATE_REPO_TOKEN=40ed7f464af09c892b27adc2cd171c36b24992d8d527428285bc55c46fe2f0e0 ruby test/test_all.rb
2015-07-18 10:57:49 +02:00
rvm:
2019-02-07 16:54:51 +01:00
- 2.4.5
- 2.5.3
- 2.6.1