rubyx/.travis.yml

11 lines
192 B
YAML
Raw Normal View History

language: ruby
sudo: false
2019-02-07 18:05:06 +01:00
before_install: gem install bundler --version '2.0.1'
script:
2017-04-14 13:38:23 +02:00
- ruby test/test_all.rb
- bundle exec codeclimate-test-reporter
rvm:
- 2.4.5
- 2.5.3
- 2.6.1