Skip to content

Commit 36ac9b5

Browse files
authored
Merge pull request #57 from logstash-plugins/jsvd-patch-1
Update .travis.yml to skip 7.x
2 parents 653d875 + e374a73 commit 36ac9b5

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)