mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-18 23:06:06 +02:00
Re-use Dockerfile when building on Travis
This commit is contained in:
12
.travis.yml
12
.travis.yml
@ -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
|
||||
|
Reference in New Issue
Block a user