From aa4c85f905a5aa1b04e02ca2aa200dacda90a205 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 23 Jul 2020 20:59:22 -0400 Subject: [PATCH] Testing out a travis 4. --- docker/travis/run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/travis/run-tests.sh b/docker/travis/run-tests.sh index c5d529b27..a02d4b9fe 100755 --- a/docker/travis/run-tests.sh +++ b/docker/travis/run-tests.sh @@ -17,6 +17,7 @@ echo "Waiting for Lemmy to start..." while [[ "$(curl -s -o /dev/null -w '%{http_code}' 'localhost:8540/api/v1/site')" != "200" ]]; do sleep 1; done while [[ "$(curl -s -o /dev/null -w '%{http_code}' 'localhost:8550/api/v1/site')" != "200" ]]; do sleep 1; done while [[ "$(curl -s -o /dev/null -w '%{http_code}' 'localhost:8560/api/v1/site')" != "200" ]]; do sleep 1; done +yarn yarn api-test || true popd