Skip to content

Commit c931ddf

Browse files
committed
Install jq
1 parent f5c932d commit c931ddf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import:
22
- logstash-plugins/.ci:travis/travis.yml@1.x
33

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
47
arch:
5-
- amd64
68
- arm64

0 commit comments

Comments
 (0)