mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
Add travis file
This commit is contained in:
parent
339df55cc6
commit
e9b5e2a639
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.12.x
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
# Don't email the results of the test runs.
|
||||||
|
email: false
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test -v -race ./...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue