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:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user