Skip to content

Commit c2c5219

Browse files
committed
move testing to centralized travis configuration
1 parent 6a3af18 commit c2c5219

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

.travis.yml

+2-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,2 @@
1-
---
2-
sudo: false
3-
language: ruby
4-
cache: bundler
5-
matrix:
6-
include:
7-
- rvm: jruby-9.1.13.0
8-
env: LOGSTASH_BRANCH=master
9-
- rvm: jruby-9.1.13.0
10-
env: LOGSTASH_BRANCH=7.0
11-
- rvm: jruby-9.1.13.0
12-
env: LOGSTASH_BRANCH=6.7
13-
- rvm: jruby-9.1.13.0
14-
env: LOGSTASH_BRANCH=6.6
15-
- rvm: jruby-1.7.27
16-
env: LOGSTASH_BRANCH=5.6
17-
fast_finish: true
18-
install: true
19-
script: ci/build.sh
20-
jdk: openjdk8
21-
before_install: gem install bundler -v '< 2'
1+
import:
2+
- logstash-plugins/.ci:travis/[email protected]

ci/build.sh

-21
This file was deleted.

ci/setup.sh

-26
This file was deleted.

0 commit comments

Comments
 (0)