also print the docker version

Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
Mikolaj Pawlikowski
2018-12-19 12:13:43 +00:00
parent 758cc2bcd6
commit d0ad01c06e
+1
View File
@@ -8,5 +8,6 @@ go:
- master
script:
- docker --version
- go get -u github.com/golang/dep/cmd/dep && make vendor && make && make build
- make build-multistage