Skip to content

Commit

Permalink
Travis with 0.10, 0.12, and 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sonots committed Sep 14, 2017
1 parent c9c098e commit ba7f802
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.1.*
- 2.2.*
- 2.3.*
gemfile:
- Gemfile
- Gemfile.v0.10
- Gemfile.v0.12
before_install:
- gem update bundler
4 changes: 4 additions & 0 deletions Gemfile.v0.12
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "http:https://rubygems.org"

gemspec
gem 'fluentd', '~> 0.12.0'

0 comments on commit ba7f802

Please sign in to comment.