mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-29 23:36:40 +03: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:
parent
acd07d27c1
commit
ee273e2d51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user