We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 653d875 + e374a73 commit 36ac9b5Copy full SHA for 36ac9b5
.travis.yml
@@ -1,8 +1,7 @@
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
- - ELASTIC_STACK_VERSION=8.x
8
- - SNAPSHOT=true ELASTIC_STACK_VERSION=8.x
+jobs:
+ exclude:
+ - env: ELASTIC_STACK_VERSION=7.current
+ - env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.current
0 commit comments