mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-01-03 13:30:08 +07:00
9 lines
149 B
YAML
9 lines
149 B
YAML
language: go
|
|
go:
|
|
- 1.7
|
|
env:
|
|
- "PATH=/home/travis/gopath/bin:$PATH"
|
|
before_install:
|
|
- go get -u github.com/kardianos/govendor
|
|
- govendor sync
|