aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a8bece6a98..f9ad1f699e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,17 @@ language: ruby
sudo: false
rvm:
- - 2.2
+ - 2.4.4
+ - 2.5.1
+ - ruby-head
cache:
bundler: true
+matrix:
+ allow_failures:
+ - rvm: ruby-head
+ fast_finish: true
+
script:
- bundle exec rake