mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
Add golint from upstream repo and docker build
This commit is contained in:
parent
e9b5e2a639
commit
203f24b35c
1 changed files with 6 additions and 0 deletions
|
|
@ -10,5 +10,11 @@ notifications:
|
||||||
# Don't email the results of the test runs.
|
# Don't email the results of the test runs.
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- go get -u golang.org/x/lint/golint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- go build
|
||||||
- go test -v -race ./...
|
- go test -v -race ./...
|
||||||
|
- golint -set_exit_status ./...
|
||||||
|
- docker build .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue