Delete .travis.yml

This commit is contained in:
Tom 2023-05-10 17:19:52 +02:00
commit 9c0534dd12

View file

@ -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