From 01a989eee8eebe6b0d4379204afd22b97fc282ec Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 15 Feb 2020 15:21:39 +0100 Subject: [PATCH] copy the .env file before building the container travis showed some warnings that the variables weren't defined in the compose file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e5314a..faf783a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ services: - docker before_install: -- docker-compose build - cp .env-example .env +- docker-compose build script: - make test