14 lines
139 B
YAML
14 lines
139 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.1
|
||
|
- 1.2
|
||
|
- 1.3
|
||
|
|
||
|
install:
|
||
|
- go get github.com/motain/gocheck
|
||
|
- go get github.com/soniah/dnsmadeeasy
|
||
|
|
||
|
script:
|
||
|
- go test
|