We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b884a69 commit d2763f2Copy full SHA for d2763f2
.travis.yml
@@ -9,9 +9,11 @@ before_install:
9
script: make
10
11
rvm:
12
- - 2.3.8
13
- - 2.4.5
14
- - 2.5.3
+ - "2.3"
+ - "2.4"
+ - "2.5"
15
+ - "2.6"
16
+ - "2.7"
17
- jruby-9.1.17.0
18
19
sudo: false
@@ -29,23 +31,17 @@ env:
29
31
- DRIVER=hiredis REDIS_BRANCH=5.0
30
32
- DRIVER=synchrony REDIS_BRANCH=5.0
33
-branches:
- only:
34
- - staging
35
- - trying
36
- - master
37
-
38
matrix:
39
exclude:
40
- rvm: jruby-9.1.17.0
41
include:
42
43
env: DRIVER=ruby REDIS_BRANCH=5.0 LOW_TIMEOUT=0.3
44
- - rvm: 2.3.8
+ - rvm: "2.3"
45
env: DRIVER=ruby REDIS_BRANCH=3.0
46
47
env: DRIVER=ruby REDIS_BRANCH=3.2
48
49
env: DRIVER=ruby REDIS_BRANCH=4.0
50
51
notifications:
0 commit comments