Navigation Menu

Skip to content

Commit

Permalink
Travis - add 6.0 build, remove default JRuby 1.7 build, bump RVM vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
jakelandis committed Oct 27, 2017
1 parent d830b91 commit 79840fa
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Expand Up @@ -2,18 +2,17 @@
sudo: false
language: ruby
cache: bundler
env:
rvm:
- jruby-1.7.25
matrix:
include:
- rvm: jruby-9.1.10.0
- rvm: jruby-9.1.13.0
env: LOGSTASH_BRANCH=master
- rvm: jruby-9.1.10.0
- rvm: jruby-9.1.13.0
env: LOGSTASH_BRANCH=6.x
- rvm: jruby-1.7.25
- rvm: jruby-9.1.13.0
env: LOGSTASH_BRANCH=6.0
- rvm: jruby-1.7.27
env: LOGSTASH_BRANCH=5.6
fast_finish: true
install: true
script: ci/build.sh
jdk: oraclejdk8
jdk: oraclejdk8

0 comments on commit 79840fa

Please sign in to comment.