Skip to content

Commit 2c76d6d

Browse files
committed
tell travis to test with both rails 5.2 and rails 6.0
Using appraisal gem. https://github.com/thoughtbot/appraisal
1 parent da03a0b commit 2c76d6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ rvm:
33
- 2.2.10
44
- 2.5.5
55
- 2.6.3
6+
gemfile:
7+
- gemfiles/rails_52.gemfile
8+
- gemfiles/rails_60.gemfile
69
matrix:
710
allow_failures:
811
- rvm: jruby-9.2.8.0

0 commit comments

Comments
 (0)