summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index eea4794..5f7875d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,9 @@
-sudo: false
language: ruby
cache: bundler
-distro: xenial
+dist: xenial
matrix:
include:
- - rvm: 2.2.10
- rvm: 2.3.8
- rvm: 2.4.5
- rvm: 2.5.3
@@ -19,7 +17,9 @@ branches:
- master
before_install:
- - gem update bundler
- gem update --system
+ - gem --version
+ - gem update bundler
+ - bundle --version
script: bundle exec rake