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 .