File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ branches:
15
15
only :
16
16
- master
17
17
- travis
18
+ - 5.x
18
19
19
20
matrix :
20
21
include :
@@ -28,14 +29,14 @@ matrix:
28
29
29
30
- rvm : 2.3.3
30
31
jdk : oraclejdk8
31
- env : TEST_SUITE=integration QUIET=y SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.2 .0/bin/elasticsearch
32
+ env : TEST_SUITE=integration QUIET=y SERVER=start TEST_CLUSTER_LOGS=/tmp/log TEST_CLUSTER_COMMAND=/tmp/elasticsearch-5.3 .0/bin/elasticsearch
32
33
33
34
before_install :
34
35
- gem update --system --no-rdoc --no-ri
35
36
- gem --version
36
37
- gem install bundler -v 1.14.3 --no-rdoc --no-ri
37
38
- bundle version
38
- - curl -sS https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2 .0.tar.gz | tar xz -C /tmp
39
+ - curl -sS https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.3 .0.tar.gz | tar xz -C /tmp
39
40
40
41
install :
41
42
- bundle install
You can’t perform that action at this time.
0 commit comments