We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915b148 commit bd4e3c9Copy full SHA for bd4e3c9
.travis.yml
@@ -2,13 +2,14 @@ import:
2
- logstash-plugins/.ci:travis/[email protected]
3
4
before_install:
5
- - mkdir -p .ci && curl -sL https://github.com/logstash-plugins/.ci/archive/1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards "*Dockerfile*" "*docker*" "*.sh"
6
- sudo apt-get install jq
7
- sudo apt-get install libseccomp-dev
8
arch:
9
- arm64
10
- amd64
11
+virt: vm
12
+
13
env:
14
jobs:
15
- ELASTIC_STACK_VERSION=7.x
0 commit comments