fluent-plugin-s3 1.3.3 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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