0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-09-21 06:32:47 +02:00
github-releases-notifier/.travis.yml

15 lines
169 B
YAML
Raw Normal View History

2017-08-08 14:58:15 +02:00
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