Skip to content

Commit 0d93359

Browse files
committed
Remove less useful combinations from the build matrix
Testing older server versions with each ruby version doesn't increase confidence much, but makes builds way slower.
1 parent 0a0cb11 commit 0d93359

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ env:
2727
- TIMEOUT=30
2828
- LOW_TIMEOUT=0.01
2929
matrix:
30-
- DRIVER=ruby REDIS_BRANCH=3.0
31-
- DRIVER=ruby REDIS_BRANCH=3.2
32-
- DRIVER=ruby REDIS_BRANCH=4.0
3330
- DRIVER=ruby REDIS_BRANCH=5.0
3431
- DRIVER=hiredis REDIS_BRANCH=5.0
3532
- DRIVER=synchrony REDIS_BRANCH=5.0
@@ -46,6 +43,14 @@ matrix:
4643
include:
4744
- rvm: jruby-9.1.17.0
4845
env: DRIVER=ruby REDIS_BRANCH=5.0 LOW_TIMEOUT=0.3
46+
- rvm: 2.3.8
47+
env: DRIVER=ruby REDIS_BRANCH=3.0
48+
- rvm: 2.3.8
49+
env: DRIVER=ruby REDIS_BRANCH=3.2
50+
- rvm:2.3.8
51+
env: DRIVER=ruby REDIS_BRANCH=4.0
52+
53+
4954

5055
notifications:
5156
irc:

0 commit comments

Comments
 (0)