Browse Source

rq need redis-server

Guénaël Muller 6 years ago
parent
commit
078bb35779
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .travis.yml
  2. 1 0
      README.md

+ 1 - 0
.travis.yml View File

7
 
7
 
8
 services:
8
 services:
9
   - docker
9
   - docker
10
+  - redis-server
10
 
11
 
11
 before_install:
12
 before_install:
12
   - docker pull mailhog/mailhog
13
   - docker pull mailhog/mailhog

+ 1 - 0
README.md View File

19
     sudo apt update
19
     sudo apt update
20
     sudo apt install git
20
     sudo apt install git
21
     sudo apt install python3 python3-venv python3-dev python3-pip
21
     sudo apt install python3 python3-venv python3-dev python3-pip
22
+    sudo apt install redis-server
22
 
23
 
23
 ### Get the source ###
24
 ### Get the source ###
24
 
25