There was an error while loading. Please reload this page.
1 parent a2d0082 commit 7e41ff8Copy full SHA for 7e41ff8
.travis.yml
@@ -1,16 +1,2 @@
1
----
2
-sudo: required
3
-language: minimal
4
-matrix:
5
- include:
6
- - env: ELASTIC_STACK_VERSION=5.x
7
- - env: ELASTIC_STACK_VERSION=6.x
8
- - env: ELASTIC_STACK_VERSION=7.x
9
- - env: ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
10
- - env: ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
11
- fast_finish: true
12
-#allow_failures:
13
-# - env: ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
14
-# - env: ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
15
-install: ci/unit/docker-setup.sh
16
-script: ci/unit/docker-run.sh
+import:
+- logstash-plugins/.ci:travis/travis.yml@1.x
ci/unit
0 commit comments