From 40d18da4f722a2b0749863be39ba92d4e439e4c4 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 29 Jul 2020 19:59:53 +0300 Subject: [PATCH] Test server is up with `curl` before running tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 66cfe7a..0b89cc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,5 @@ before_install: - docker images script: + - curl http://localhost:8002 - CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh