forked from uken/fluent-plugin-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
44 lines (40 loc) · 778 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
language: ruby
jobs:
include:
- rvm: 2.4.6
gemfile: Gemfile
os: linux
arch: amd64
- rvm: 2.5.5
gemfile: Gemfile
os: linux
arch: amd64
- rvm: 2.6.3
gemfile: gemfiles/Gemfile.without.ilm
os: linux
arch: amd64
- rvm: 2.6.3
gemfile: gemfiles/Gemfile.elasticsearch.v6
os: linux
arch: amd64
- rvm: 2.6.3
gemfile: Gemfile
os: linux
arch: amd64
- rvm: 2.6.3
gemfile: Gemfile
os: linux
arch: arm64
- rvm: 2.6.3
gemfile: Gemfile
os: osx
osx_image: xcode11.3
- rvm: 2.7.0
gemfile: Gemfile
os: linux
arch: amd64
gemfile:
- Gemfile
before_install:
- gem update --system=2.7.8
script: bundle exec rake test