From f0d459e4022450fe283b2b07d0f05f0498f22603 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 1 Aug 2019 11:01:58 +0200 Subject: [PATCH] Do not use Docker cache --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f14929..a1678c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ # any language -language: ruby +language: python services: - docker script: - - docker build -t sonarsource/sonarcloud-github-action . + - docker build --no-cache -t sonarsource/sonarcloud-github-action .