1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

.travis.yml Use curl with connection timeout

This should fix current build failure with timeout
https://travis-ci.org/github/chubin/cheat.sh/builds/741308362#L402
This commit is contained in:
Anatoli Babenia
2020-11-04 12:51:01 +03:00
committed by GitHub
parent 2820fff4cb
commit 267c7d994e
+1 -2
View File
@@ -10,8 +10,7 @@ before_install:
- docker-compose ps
script:
- sleep 3
- curl http://localhost:8002
- curl --connect-timeout 10 http://localhost:8002
- docker-compose logs --no-color
- docker logs chtsh
- CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh