summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3e5ee4e199847d2aba6396987fef269f4d8fb178 (plain)
1
2
3
4
5
language: go
go:
  - master

script: go test -v -cover `go list ./...`