Print version of Docker on Travis

This commit is contained in:
Simon Brandhof 2019-08-01 11:04:30 +02:00
commit 5f4162d349

View file

@ -5,4 +5,5 @@ services:
- docker
script:
- docker -v
- docker build --no-cache -t sonarsource/sonarcloud-github-action .