Re-use Dockerfile when building on Travis

This commit is contained in:
Martin Polden
2019-03-16 18:08:10 +01:00
parent fd7e13c98e
commit 99f9556173
3 changed files with 8 additions and 10 deletions

View File

@ -1,12 +1,10 @@
language: go
language: minimal
go:
- stable
services:
- docker
# Go module behaviour is disabled by default for packages inside GOPATH.
# Turn module support on explicitly:
env:
- GO111MODULE=on
script:
- make docker-build
deploy:
- provider: script