Skip to content

Commit 69baaef

Browse files
committed
on travis test against 5.6 and 6.0 logstash-core
1 parent 719157f commit 69baaef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ matrix:
1111
include:
1212
- rvm: jruby-9.1.10.0
1313
env: LOGSTASH_BRANCH=master
14+
- rvm: jruby-9.1.10.0
15+
env: LOGSTASH_BRANCH=6.x
1416
- rvm: jruby-1.7.25
15-
env: LOGSTASH_BRANCH=5.x
17+
env: LOGSTASH_BRANCH=5.6
1618
fast_finish: true
1719
install: true
1820
script: ci/build.sh
19-
jdk: oraclejdk8
21+
jdk: oraclejdk8

0 commit comments

Comments
 (0)