summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c76a5c..4a40d95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,24 +1,25 @@
language: ruby
cache: bundler
-distro: xenial
+dist: xenial
before_install:
- - gem install bundler
+ - gem install bundler || true
- bundle --version
- gem update --system
- gem --version
matrix:
include:
- - rvm: 2.5.3
- - rvm: 2.6.0
+ - rvm: 2.4.5
+ - rvm: 2.5.5
+ - rvm: 2.6.2
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
branches:
only:
- - master
+ - master
bundler_args: --without docs development