Skip to content

Commit

Permalink
update .travis.yml for jruby9k jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Jun 13, 2017
1 parent 4e60a95 commit fb3d3e5
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@
sudo: false
language: ruby
cache: bundler
env:
env:
rvm:
- jruby-1.7.25
- jruby-1.7.25
matrix:
include:
- rvm: jruby-1.7.25
env: LOGSTASH_BRANCH=master
- rvm: jruby-1.7.25
env: LOGSTASH_BRANCH=5.x
- rvm: jruby-9.1.9.0
env: LOGSTASH_BRANCH=feature/9000
allow_failures:
- rvm: jruby-9.1.9.0
- rvm: jruby-9.1.10.0
env: LOGSTASH_BRANCH=master
- rvm: jruby-1.7.25
env: LOGSTASH_BRANCH=5.x
fast_finish: true
install: true
script: ci/build.sh
Expand Down

0 comments on commit fb3d3e5

Please sign in to comment.