Skip to content

Commit e374a73

Browse files
authored
Update .travis.yml to skip 7.x
1 parent 653d875 commit e374a73

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import:
2-
- logstash-plugins/.ci:travis/[email protected]
3-
- logstash-plugins/.ci:travis/[email protected]
2+
- logstash-plugins/.ci:travis/[email protected]
43

5-
env:
6-
jobs:
7-
- ELASTIC_STACK_VERSION=8.x
8-
- SNAPSHOT=true ELASTIC_STACK_VERSION=8.x
4+
jobs:
5+
exclude:
6+
- env: ELASTIC_STACK_VERSION=7.current
7+
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.current

0 commit comments

Comments
 (0)