Skip to content

Commit

Permalink
move testing to centralized travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Mar 17, 2020
1 parent 00382ba commit 80ab7aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
23 changes: 2 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,2 @@
---
sudo: false
language: ruby
cache: bundler
matrix:
include:
- rvm: jruby-9.1.13.0
env: LOGSTASH_BRANCH=master
- rvm: jruby-9.1.13.0
env: LOGSTASH_BRANCH=7.0
- rvm: jruby-9.1.13.0
env: LOGSTASH_BRANCH=6.7
- rvm: jruby-9.1.13.0
env: LOGSTASH_BRANCH=6.6
- rvm: jruby-1.7.27
env: LOGSTASH_BRANCH=5.6
fast_finish: true
install: true
script: ci/build.sh
jdk: openjdk8
before_install: gem install bundler -v '< 2'
import:
- logstash-plugins/.ci:travis/travis.yml@1.x
21 changes: 0 additions & 21 deletions ci/build.sh

This file was deleted.

26 changes: 0 additions & 26 deletions ci/setup.sh

This file was deleted.

0 comments on commit 80ab7aa

Please sign in to comment.