From 203ab4b0c5aa1832d1debe2dfbb4cd0e0a5e86e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 6 Dec 2018 15:53:42 +0100 Subject: [PATCH] Starting docker-containers in both repos --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6387d429d..68532110b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,9 @@ install: - git submodule update --remote --merge - yarn global add cypress +before_install: + - cd Nitro-Backend && docker-compose start + - cd Nitro-Web && docker-compose start + script: - cypress run