use docker service in travis, and build both the simple and the

multistage dockerfiles

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