summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 24b7550..71389b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,15 @@
cache: bundler
before_install:
- - gem update bundler
+ - gem install bundler
rvm:
- 2.0.0
- 2.1
- 2.2
- - 2.3.0
+ - 2.3.3
+ - 2.4.0
+ - jruby-9.1.8.0
- jruby-head
- ruby-head
-matrix:
- allow_failures:
- - rvm: ruby-head
- - rvm: jruby-head
notifications:
email:
on_success: change