rx-file/.travis.yml

9 lines
189 B
YAML
Raw 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:
2017-09-27 14:35:55 +02:00
- 2.2.7
- 2.3.4