1language: go
2
3sudo: false
4
5go:
6  - master
7
8os:
9  - linux
10
11script: go test -v
12
13notifications:
14  email: false
15