We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1853b95 commit 85a2529Copy full SHA for 85a2529
.travis.yml
@@ -1,9 +1,8 @@
1
import:
2
- - logstash-plugins/.ci:travis/defaults.yml@1.x
3
- - logstash-plugins/.ci:travis/exec.yml@1.x
+ - logstash-plugins/.ci:travis/travis.yml@1.x
4
5
-env:
6
- jobs:
7
- # lock on version 8.x because use of Jackson 2.13.3 available from 8.3.0
8
- - ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env
9
- - SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env
+# lock on version 8.x because use of Jackson 2.13.3 available from 8.3.0
+jobs:
+ exclude:
+ - env: ELASTIC_STACK_VERSION=7.current
+ - env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.current
0 commit comments