Skip to content

Commit 29cc105

Browse files
committed
update to centralized travis configuration
1 parent e9ed605 commit 29cc105

9 files changed

+3
-95
lines changed

.travis.yml

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

build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,3 @@ task cleanGemjar {
5959

6060
clean.dependsOn(cleanGemjar)
6161
jar.finalizedBy(copyGemjar)
62-
63-
64-
// See http://www.gradle.org/docs/current/userguide/gradle_wrapper.html
65-
task wrapper(type: Wrapper) {
66-
description = 'Install Gradle wrapper'
67-
gradleVersion = '4.9'
68-
}

ci/unit/Dockerfile

-11
This file was deleted.

ci/unit/docker-compose.yml

-17
This file was deleted.

ci/unit/docker-run.sh

-7
This file was deleted.

ci/unit/docker-setup.sh

-31
This file was deleted.

ci/unit/run.sh

-6
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

80 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip

0 commit comments

Comments
 (0)