docker-ddns-server/.travis.yml
2021-07-28 22:33:08 +02:00

23 lines
247 B
YAML

dist: bionic
language: go
env: GO111MODULE=on
go:
- 1.15.x
- 1.16.x
git:
depth: 1
script:
- cd dyndns
- go test -v ./...
- go build ./...
notifications:
email:
on_success: never
on_failure: always