We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea12c21 + 2617c3b commit 5f40a2bCopy full SHA for 5f40a2b
.travis.yml
@@ -1,14 +1,15 @@
1
language: go
2
go:
3
- - 1.7.x
4
- 1.8.x
+ - 1.9.x
5
- tip
6
install:
7
- go get golang.org/x/tools/cmd/cover
8
- go get github.com/mattn/goveralls
9
- go get github.com/modocache/gover
10
script:
11
- go test -coverprofile=armor.coverprofile
12
+ - go test -coverprofile=http.coverprofile ./util
13
- go test -coverprofile=http.coverprofile ./http
14
- go test -coverprofile=plugin.coverprofile ./plugin
15
- go test -coverprofile=cmd.coverprofile ./cmd/armor
0 commit comments