fluent-plugin-s3 1.4.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml DELETED
@@ -1,24 +0,0 @@
1
- language: ruby
2
-
3
- rvm:
4
- - 2.4
5
- - 2.5
6
- - 2.6
7
- - 2.7
8
- - ruby-head
9
-
10
- gemfile:
11
- - Gemfile
12
-
13
- branches:
14
- only:
15
- - master
16
-
17
- before_install: gem update bundler
18
- script: bundle exec rake test
19
-
20
- sudo: false
21
-
22
- matrix:
23
- allow_failures:
24
- - rvm: ruby-head