Skip to content

Commit 7dd63de

Browse files
committed
Test against Elasticsearch version 7.6.0
1 parent 82d799e commit 7dd63de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ branches:
1919

2020
matrix:
2121
include:
22-
- rvm: 2.4.9
22+
- rvm: 2.4
2323
jdk: oraclejdk8
2424
env: RAILS_VERSIONS=5.0
2525

26-
- rvm: 2.5.7
26+
- rvm: 2.5
2727
jdk: oraclejdk8
2828
env: RAILS_VERSIONS=5.0,6.0
2929

30-
- rvm: 2.6.5
30+
- rvm: 2.6
3131
jdk: oraclejdk8
3232
env: RAILS_VERSIONS=5.0,6.0
3333

34-
- rvm: 2.7.0
34+
- rvm: 2.7
3535
jdk: oraclejdk8
3636
env: RAILS_VERSIONS=5.0,6.0
3737

@@ -50,7 +50,7 @@ matrix:
5050

5151
env:
5252
global:
53-
- ELASTICSEARCH_VERSION=7.2.0
53+
- ELASTICSEARCH_VERSION=7.6.2
5454
- TEST_ES_SERVER=http://localhost:9250
5555
- TEST_CLUSTER_PORT=9250
5656
- QUIET=true

0 commit comments

Comments
 (0)