summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2017-03-16 09:01:47 +0000
committerGitHub <noreply@github.com>2017-03-16 09:01:47 +0000
commit0176be6c5df9f778a4ed4690c5d1592652072066 (patch)
tree332ade1d9920fda3b1565575e10b074e369ccec3
parentaa0ff44e7ec923f4a8ebe5b3cb8cb9593bf3980a (diff)
parente2a13ac48cff705f3d47c762cd8d31bbdc1ef4a1 (diff)
downloadslop-0176be6c5df9f778a4ed4690c5d1592652072066.tar.gz
Merge pull request #200 from olleolleolle/patch-1
Travis: use 2.4.0, latest stable JRuby
-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