Update .travis.yml

This commit is contained in:
2018-04-07 00:13:47 +01:00
parent 2cfde0038d
commit d3b5211230

View File

@@ -1,5 +1,8 @@
sudo: false
language: ruby
script: bundle exec rspec && bundle exec rubocop
rvm:
- 2.4.0
before_install: gem install bundler -v 1.14.3
- 2.3
- 2.4
- 2.5
- 2.6