sonarcloud-github-action/.travis.yml
2019-08-01 16:10:01 +02:00

9 lines
147 B
YAML

# any language
language: python
services:
- docker
script:
- docker -v
- docker build --no-cache -t sonarsource/sonarcloud-github-action .