summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 13 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b32643..57bf724 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,21 @@
+sudo: false
language: ruby
cache: bundler
-sudo: false
-rvm:
- - 2.2.10
- - 2.3.7
- - 2.4.4
- - 2.5.3
+
+matrix:
+ include:
+ - rvm: 2.2.10
+ - rvm: 2.3.8
+ - rvm: 2.4.5
+ - rvm: 2.5.3
+ - rvm: ruby-head
+ allow_failures:
+ - rvm: ruby-head
+
branches:
only:
- master
+
before_install:
- gem update bundler
- gem update --system