Skip to content

Commit 6d34c3a

Browse files
committed
CI: test against Rails 5.1
1 parent b7aaf17 commit 6d34c3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rvm:
1212
env:
1313
- RAILS_VERSION="~> 4.2.0"
1414
- RAILS_VERSION="~> 5.0.0"
15+
- RAILS_VERSION="~> 5.1.0"
1516
matrix:
1617
exclude: # Rails 5 is incompatible with Ruby < 2.2.2
1718
- rvm: 1.9.3
@@ -20,6 +21,12 @@ matrix:
2021
env: RAILS_VERSION="~> 5.0.0"
2122
- rvm: 2.1.10
2223
env: RAILS_VERSION="~> 5.0.0"
24+
- rvm: 1.9.3
25+
env: RAILS_VERSION="~> 5.1.0"
26+
- rvm: 2.0.0
27+
env: RAILS_VERSION="~> 5.1.0"
28+
- rvm: 2.1.10
29+
env: RAILS_VERSION="~> 5.1.0"
2330
allow_failures:
2431
- rvm: ruby-head
2532
fast_finish: true

0 commit comments

Comments
 (0)