Skip to content

Commit eedf68d

Browse files
committed
Update travis.yml to include more integration tests
Add tests against 6.6 snapshot (first Elasticsearch version to include ILM) and update test against 7.0 to retrieve artifact, rather than attempt to build master.
1 parent edeef66 commit eedf68d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ env:
99
- DISTRIBUTION=legacy INTEGRATION=true ES_VERSION=5.6.9 TEST_DEBUG=true
1010
- DISTRIBUTION=oss INTEGRATION=true ES_VERSION=6.4.3 TEST_DEBUG=true
1111
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=6.4.3 TEST_DEBUG=true
12-
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=6.x TEST_DEBUG=true
13-
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=master TEST_DEBUG=true
12+
- DISTRIBUTION=oss INTEGRATION=true ES_VERSION=6.6.0-SNAPSHOT TEST_DEBUG=true
13+
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=6.6.0-SNAPSHOT TEST_DEBUG=true
14+
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=7.0.0-alpha1-SNAPSHOT TEST_DEBUG=true
1415
- DISTRIBUTION=legacyxpack SECURE_INTEGRATION=true INTEGRATION=true ES_VERSION=5.6.9 TEST_DEBUG=true
1516
- DISTRIBUTION=default SECURE_INTEGRATION=true INTEGRATION=true ES_VERSION=6.4.2 TEST_DEBUG=true
1617

@@ -27,7 +28,7 @@ matrix:
2728
- rvm: jruby-1.7.27
2829
env: LOGSTASH_BRANCH=5.6
2930
allow_failures:
30-
- env: DISTRIBUTION=default INTEGRATION=true ES_VERSION=master TEST_DEBUG=true
31+
- env: DISTRIBUTION=default INTEGRATION=true ES_VERSION=7.0.0-alpha1-SNAPSHOT TEST_DEBUG=true
3132
fast_finish: true
3233
install: true
3334
script: ci/build.sh

0 commit comments

Comments
 (0)