8000 Oficially support 2.1 by testing it in CI · oddcamp/activeadmin@a93478c · GitHub
[go: up one dir, main page]

Skip to content

Commit a93478c

Browse files
author
David Rodríguez
committed
Oficially support 2.1 by testing it in CI
1 parent 5e2d9c2 commit a93478c

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
@@ -20,6 +20,7 @@ script:
2020

2121
rvm:
2222
- jruby-9.1.8.0
23+
- 2.1.10
2324
- 2.2.7
2425
- 2.3.4
2526
- 2.4.1
@@ -36,6 +37,12 @@ env:
3637
matrix:
3738
fast_finish: true
3839

40+
exclude:
41+
- rvm: 2.1.10
42+
gemfile: gemfiles/rails_50.gemfile
43+
- rvm: 2.1.10
44+
gemfile: gemfiles/rails_51.gemfile
45+
3946
allow_failures:
4047
- rvm: jruby-9.1.8.0
4148
gemfile: gemfiles/rails_50.gemfile

0 commit comments

Comments
 (0)
0