mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-08-23 21:36:25 +00:00
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:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user