mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-01-05 13:08:06 +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
|