9 lines
140 B
YAML
9 lines
140 B
YAML
language: go
|
|
go:
|
|
- "1.11.x"
|
|
|
|
install:
|
|
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
|
|
|
script:
|
|
- make test
|