diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8f10cd3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -# any language -language: python - -services: - - docker - -script: - - docker -v - - docker build --no-cache -t sonarsource/sonarcloud-github-action . - - docker image ls sonarsource/sonarcloud-github-action - - docker history sonarsource/sonarcloud-github-action