trying redis on travis again

This commit is contained in:
Chris Troutner
2020-02-07 17:12:18 -08:00
parent 759b5a3719
commit bae5aea85b
+3 -2
View File
@@ -9,9 +9,10 @@ sudo: required
services: services:
- docker - docker
- redis-server
before_install: #before_install:
- ./install-redis.sh # - ./install-redis.sh
script: "npm run test" script: "npm run test"