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