Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit a2f0638

Browse files
authored
Merge pull request #93 from kuzzleio/3.2.12-proposal
3.2.12 proposal
2 parents 687a6ee + 8c1a3dc commit a2f0638

File tree

3 files changed

+279
-17
lines changed

3 files changed

+279
-17
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Functional tests - Redis 3.2
3131
# -------------------------------------------------------------------------
3232
- name: Functional tests - Redis 3.2
33-
if: type = cron OR type = push AND branch = master
33+
if: type = cron OR branch = 3-stable
3434
env:
3535
- DOCKER_COMPOSE_VERSION=1.24.0
3636
- REDIS_VERSION=3.2
@@ -47,7 +47,7 @@ jobs:
4747
# Functional tests - Redis 4
4848
# -------------------------------------------------------------------------
4949
- name: Functional tests- Redis 4
50-
if: type = cron OR type = push AND branch = master
50+
if: type = cron OR branch = 3-stable
5151
env:
5252
- DOCKER_COMPOSE_VERSION=1.24.0
5353
- REDIS_VERSION=4
@@ -64,7 +64,7 @@ jobs:
6464
# Functional tests - Redis 5
6565
# -------------------------------------------------------------------------
6666
- name: Functional tests - Redis 5
67-
if: type = cron OR type = push AND branch = master
67+
if: type = cron OR branch = 3-stable
6868
env:
6969
- DOCKER_COMPOSE_VERSION=1.24.0
7070
- REDIS_VERSION=5

0 commit comments

Comments
 (0)