Skip to content

Commit

Permalink
Add compatible ActiveSupport versions to test matrix
Browse files Browse the repository at this point in the history
Test against latest ruby
  • Loading branch information
avit committed Jan 19, 2017
1 parent 4d06562 commit dcf6a5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Expand Up @@ -12,3 +12,19 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- ruby-head
env:
- RAILS_VERSION='~> 3.2'
- RAILS_VERSION='~> 4.2'
- RAILS_VERSION='~> 5.0'
matrix:
exclude:
- rvm: 1.9.3
env: RAILS_VERSION='~> 5.0'
- rvm: 2.0
env: RAILS_VERSION='~> 5.0'
- rvm: 2.1
env: RAILS_VERSION='~> 5.0'
- rvm: 2.2
env: RAILS_VERSION='~> 5.0'

0 comments on commit dcf6a5e

Please sign in to comment.