Skip to content

Commit c128cc5

Browse files
committed
add ruby 2.7 to travis and test 6.1 rails stable
1 parent b804128 commit c128cc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
cache: bundler
44

55
rvm:
6+
- 2.7.2
67
- 2.6.5
78
- 2.5.7
89
- ruby-head
@@ -48,6 +49,10 @@ matrix:
4849
env: BRANCH=5-2-stable
4950
- rvm: 2.6.5
5051
env: BRANCH=6-0-stable
52+
- rvm: 2.7.2
53+
env: BRANCH=6-0-stable
54+
- rvm: 2.7.2
55+
env: BRANCH=6-1-stable
5156

5257
notifications:
5358
email: false

0 commit comments

Comments
 (0)