docker-ddns-server/.travis.yml
2020-03-28 20:15:34 +01:00

23 lines
247 B
YAML

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