8 lines
130 B
YAML
8 lines
130 B
YAML
|
|
language: go
|
||
|
|
before_install: curl https://glide.sh/get | sh && glide install
|
||
|
|
script: go test ./...
|
||
|
|
go:
|
||
|
|
- 1.10.x
|
||
|
|
- 1.11.x
|
||
|
|
- master
|