docker-ddns-server/.travis.yml
2020-03-28 18:38:51 +01:00

22 lines
248 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: change
on_failure: always