Skip to content

Commit

Permalink
Remove less useful combinations from the build matrix
Browse files Browse the repository at this point in the history
Testing older server versions with each ruby version doesn't
increase confidence much, but makes builds way slower.
  • Loading branch information
byroot committed Dec 13, 2018
1 parent 0a0cb11 commit 3e6fc1a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -27,9 +27,6 @@ env:
- TIMEOUT=30
- LOW_TIMEOUT=0.01
matrix:
- DRIVER=ruby REDIS_BRANCH=3.0
- DRIVER=ruby REDIS_BRANCH=3.2
- DRIVER=ruby REDIS_BRANCH=4.0
- DRIVER=ruby REDIS_BRANCH=5.0
- DRIVER=hiredis REDIS_BRANCH=5.0
- DRIVER=synchrony REDIS_BRANCH=5.0
Expand All @@ -46,6 +43,12 @@ matrix:
include:
- rvm: jruby-9.1.17.0
env: DRIVER=ruby REDIS_BRANCH=5.0 LOW_TIMEOUT=0.3
- rvm: 2.3.8
env: DRIVER=ruby REDIS_BRANCH=3.0
- rvm: 2.3.8
env: DRIVER=ruby REDIS_BRANCH=3.2
- rvm: 2.3.8
env: DRIVER=ruby REDIS_BRANCH=4.0

notifications:
irc:
Expand Down

0 comments on commit 3e6fc1a

Please sign in to comment.