mirror of
https://github.com/thegeeklab/github-releases-notifier.git
synced 2024-11-14 18:10:40 +00:00
15 lines
169 B
YAML
15 lines
169 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.x
|
|
|
|
before_install:
|
|
- go get -v github.com/golang/lint/golint
|
|
|
|
script:
|
|
- make clean
|
|
- make vet
|
|
- make lint
|
|
- make test
|
|
- make build
|