docker-ddns-server/.travis.yml
Benjamin Bärthlein c4809b85b4 initial commit
2020-03-28 17:56:11 +01:00

21 lines
211 B
YAML

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