mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-01-05 13:08:06 +07:00
12 lines
235 B
YAML
12 lines
235 B
YAML
language: go
|
|
go:
|
|
- 1.9
|
|
env:
|
|
- "PATH=/home/travis/gopath/bin:$PATH"
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
script:
|
|
- go vet
|
|
- go test -race -v
|
|
- $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci
|