1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00
gopher-os/.travis.yml
Achilleas Anagnostopoulos 1c17562f07 Add lint Makefile target
2017-05-15 06:55:14 +01:00

12 lines
181 B
YAML

language: go
sudo: required
go:
- 1.8
before_install:
- go get -t -v ./...
script:
- make lint
- bash coverage.sh
after_success:
- bash <(curl -s https://codecov.io/bash)