From 3c816b933b20228352465655c490c348620c994d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 14 Oct 2020 09:34:59 +0200 Subject: [PATCH] Change minimal to get the build running again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2570d460..c294ae338 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - docker-compose exec webapp yarn run lint - docker-compose exec webapp yarn run test --ci --verbose=false --coverage # Fullstack - # disable for last deploy, because of flakiness + # disable for last deploy, because of flakiness! # - docker-compose down # - docker-compose -f docker-compose.yml up -d # - wait-on http://localhost:7474