blob: f931fc2c781628a9f8fa74307917e157d09c9416 [file] [log] [blame]
sudo: false
language: go
go:
- 1.6
- 1.7
script:
- gofmt -l .
- go tool vet .
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)