blob: 2092c72c46bda39d0adc764a200f3a65459f15b0 [file] [log] [blame]
Matthias Andreas Benkard832a54e2019-01-29 09:27:38 +01001language: go
2
3go:
4 - 1.8
5 - 1.7
6
7install:
8 - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
9 - go get github.com/jessevdk/go-flags
10
11script:
12 - go get
13 - go test -cover ./...
14
15notifications:
16 email: false