mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-27 07:24:24 +08:00
* go get -u github.com/aws/aws-sdk-go * get -u github.com/tiramiseb/go-gandi * go get -u google.golang.org/api Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
22 lines
220 B
YAML
22 lines
220 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.5.x
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- tip
|
|
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
install: go get -v -t ./...
|
|
script: make test
|