Skip to content

Commit

Permalink
Add Ruby 2.3.1 Travis CI matrix
Browse files Browse the repository at this point in the history
- remove 1.9.3 support
- force newest bundler for CI
  • Loading branch information
ryanmojo committed Jun 20, 2016
1 parent e3eff46 commit 33177d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,14 +1,16 @@
language: ruby
script: "bundle exec rspec"
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.1
- 2.3.1
gemfile:
- gemfiles/active_record_3.gemfile
- gemfiles/active_record_4.gemfile
- gemfiles/mongoid_3.gemfile
- gemfiles/mongoid_4.gemfile
services:
- mongodb
before_install:
- gem install bundler -v 1.12.5

0 comments on commit 33177d0

Please sign in to comment.