Skip to content

Commit 2cca9dc

Browse files
committed
update to centralized travis configuration
1 parent 23fd5a5 commit 2cca9dc

File tree

6 files changed

+2
-114
lines changed

6 files changed

+2
-114
lines changed

.travis.yml

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
1-
---
2-
sudo: required
3-
services: docker
4-
addons:
5-
apt:
6-
packages:
7-
- docker-ce
8-
matrix:
9-
include:
10-
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=8.x
11-
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.x
12-
- env: ELASTIC_STACK_VERSION=7.x
13-
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=6.x
14-
- env: ELASTIC_STACK_VERSION=6.x
15-
- env: ELASTIC_STACK_VERSION=5.x
16-
fast_finish: true
17-
install: ci/unit/docker-setup.sh
18-
script: ci/unit/docker-run.sh
1+
import:
2+
- logstash-plugins/.ci:travis/[email protected]

ci/unit/Dockerfile

-12
This file was deleted.

ci/unit/docker-compose.yml

-22
This file was deleted.

ci/unit/docker-run.sh

-5
This file was deleted.

ci/unit/docker-setup.sh

-51
This file was deleted.

ci/unit/run.sh

-6
This file was deleted.

0 commit comments

Comments
 (0)