mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
Now fixing connection to Redis on Travis Docker
Default `localhost:6379` doesn't work there. Trying to set REDIS_HOST advertised in `run-tests.sh`
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ script:
|
||||
- curl http://localhost:8002
|
||||
- docker-compose logs --no-color
|
||||
- docker logs chtsh
|
||||
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|
||||
- REDIS_HOST=http://redis:6379 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|
||||
|
||||
Reference in New Issue
Block a user