Skip to content

Commit dcf6a5e

Browse files
committed
Add compatible ActiveSupport versions to test matrix
Test against latest ruby
1 parent 4d06562 commit dcf6a5e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,19 @@ rvm:
1212
- 2.0
1313
- 2.1
1414
- 2.2
15+
- 2.3
16+
- ruby-head
17+
env:
18+
- RAILS_VERSION='~> 3.2'
19+
- RAILS_VERSION='~> 4.2'
20+
- RAILS_VERSION='~> 5.0'
21+
matrix:
22+
exclude:
23+
- rvm: 1.9.3
24+
env: RAILS_VERSION='~> 5.0'
25+
- rvm: 2.0
26+
env: RAILS_VERSION='~> 5.0'
27+
- rvm: 2.1
28+
env: RAILS_VERSION='~> 5.0'
29+
- rvm: 2.2
30+
env: RAILS_VERSION='~> 5.0'

0 commit comments

Comments
 (0)