Skip to content

Commit 6290d42

Browse files
committed
TravisCI - add redis service only on test stage
1 parent b45b119 commit 6290d42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- which cargo-make || cargo install cargo-make
3535
script:
3636
- cargo make ci-flow
37-
37+
services:
38+
- redis
3839
- stage: release validator
3940
# Disable the default Rust `install` & `script` from Travis
4041
install:

0 commit comments

Comments
 (0)