mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-02-22 04:28:43 +07:00
16 lines
173 B
YAML
16 lines
173 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- tip
|
|
|
|
script:
|
|
- ./.travis.gogenerate.sh
|
|
- ./.travis.gofmt.sh
|
|
- ./.travis.govet.sh
|
|
- go test -v -race ./...
|