fluent-plugin-s3 1.3.3 → 1.6.0

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