Skip to content

Commit d2763f2

Browse files
committed
Update ruby versions on CI
1 parent b884a69 commit d2763f2

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ before_install:
99
script: make
1010

1111
rvm:
12-
- 2.3.8
13-
- 2.4.5
14-
- 2.5.3
12+
- "2.3"
13+
- "2.4"
14+
- "2.5"
15+
- "2.6"
16+
- "2.7"
1517
- jruby-9.1.17.0
1618

1719
sudo: false
@@ -29,23 +31,17 @@ env:
2931
- DRIVER=hiredis REDIS_BRANCH=5.0
3032
- DRIVER=synchrony REDIS_BRANCH=5.0
3133

32-
branches:
33-
only:
34-
- staging
35-
- trying
36-
- master
37-
3834
matrix:
3935
exclude:
4036
- rvm: jruby-9.1.17.0
4137
include:
4238
- rvm: jruby-9.1.17.0
4339
env: DRIVER=ruby REDIS_BRANCH=5.0 LOW_TIMEOUT=0.3
44-
- rvm: 2.3.8
40+
- rvm: "2.3"
4541
env: DRIVER=ruby REDIS_BRANCH=3.0
46-
- rvm: 2.3.8
42+
- rvm: "2.3"
4743
env: DRIVER=ruby REDIS_BRANCH=3.2
48-
- rvm: 2.3.8
44+
- rvm: "2.3"
4945
env: DRIVER=ruby REDIS_BRANCH=4.0
5046

5147
notifications:

0 commit comments

Comments
 (0)