Skip to content

Commit

Permalink
Organize .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Aug 16, 2016
1 parent 2af4fc6 commit 2ac760e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ sudo: false
language: ruby

rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.3.1

branches:
only:
Expand All @@ -23,12 +22,4 @@ script: bundle exec rake test

gemfile:
- Gemfile
- gemfiles/fluentd_v0.12.gemfile
- gemfiles/fluentd_v0.14.gemfile

matrix:
exclude:
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.0.0
gemfile: gemfiles/fluentd_v0.14.gemfile

0 comments on commit 2ac760e

Please sign in to comment.