From ab634074426c729f07d3b4f2015183458ac30ac7 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 29 Jun 2021 21:08:07 +0200 Subject: [PATCH] attempt build w/o cache --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9d916f..e8964e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ services: - docker script: - - docker-compose build + - docker-compose build --no-cache - docker-compose up -d - docker-compose down