From 7862d3ebb54f4bdd003aa315b1144bede07571ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 4 Feb 2019 14:40:09 +0100 Subject: [PATCH] chg: Spawn website in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 23da332..2215762 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ before_script: script: - pipenv run start.py - sleep 10 - - pipenv run start_website.py + - pipenv run start_website.py & - sleep 10 - curl http://0.0.0.0:5200/ - sleep 20