From 266072bcc9cb8eca7695d6f4c0fa63d516e9aab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 8 Dec 2018 02:32:46 +0100 Subject: [PATCH] Wait for http connection instead of tcp --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a05a11b9..bf28e8fb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,8 @@ install: - git submodule update --remote --merge - docker-compose -f Nitro-Backend/docker-compose.yml up -d - docker-compose -f Nitro-Web/docker-compose.yml up -d - - yarn global add cypress - - yarn global add wait-on + - yarn global add cypress wait-on script: - - wait-on tcp:3000 + - wait-on http://localhost:3000 - cypress run