Skip to content

Commit 3e6fc1a

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 3e6fc1a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
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,12 @@ 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
4952

5053
notifications:
5154
irc:

0 commit comments

Comments
 (0)