Skip to content

Commit

Permalink
Update travis-ci setting
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Aug 5, 2016
1 parent cb4aa23 commit 44dc7ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Expand Up @@ -2,8 +2,13 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- rbx
- 2.2.4
- 2.3.1
- ruby-head

gemfile:
- Gemfile
- Gemfile.v0.12

before_install:
- gem update bundler
Expand All @@ -14,4 +19,10 @@ script: mongod=mongod bundle exec rake test

matrix:
allow_failures:
- rvm: rbx
- rvm: 1.9.3
- rvm: ruby-head
exclude:
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0
gemfile: Gemfile
6 changes: 6 additions & 0 deletions Gemfile.v0.12
@@ -0,0 +1,6 @@
source "http://rubygems.org"

gem 'json', '= 1.8.3'
gem 'fluentd', '~> 0.12.0'

gemspec

0 comments on commit 44dc7ab

Please sign in to comment.