We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301494f commit f8e55d2Copy full SHA for f8e55d2
.travis.yml
@@ -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
10
- env: LOGSTASH_BRANCH=7.0
11
12
- env: LOGSTASH_BRANCH=6.7
13
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'
+import:
+- logstash-plugins/.ci:travis/[email protected]
ci/build.sh
ci/setup.sh
0 commit comments