Skip to content

Commit 910a040

Browse files
committed
update .travis.yml for jruby9k jobs
1 parent f24e294 commit 910a040

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.travis.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
---
22
language: ruby
33
cache: bundler
4-
env:
4+
env:
55
rvm:
6-
- jruby-1.7.25
6+
- jruby-1.7.25
77
services:
8-
- redis-server
8+
- redis-server
99
sudo: false
1010
matrix:
1111
include:
12-
- rvm: jruby-1.7.25
13-
env: LOGSTASH_BRANCH=master
14-
- rvm: jruby-1.7.25
15-
env: LOGSTASH_BRANCH=5.x
16-
- rvm: jruby-9.1.9.0
17-
env: LOGSTASH_BRANCH=feature/9000
18-
allow_failures:
19-
- rvm: jruby-9.1.9.0
12+
- rvm: jruby-9.1.10.0
13+
env: LOGSTASH_BRANCH=master
14+
- rvm: jruby-1.7.25
15+
env: LOGSTASH_BRANCH=5.x
2016
fast_finish: true
2117
install: true
2218
script: ci/build.sh

0 commit comments

Comments
 (0)