Skip to content

Commit 5f40a2b

Browse files
committed
Merge branch 'cluster' of https://github.com/labstack/armor
2 parents ea12c21 + 2617c3b commit 5f40a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: go
22
go:
3-
- 1.7.x
43
- 1.8.x
4+
- 1.9.x
55
- tip
66
install:
77
- go get golang.org/x/tools/cmd/cover
88
- go get github.com/mattn/goveralls
99
- go get github.com/modocache/gover
1010
script:
1111
- go test -coverprofile=armor.coverprofile
12+
- go test -coverprofile=http.coverprofile ./util
1213
- go test -coverprofile=http.coverprofile ./http
1314
- go test -coverprofile=plugin.coverprofile ./plugin
1415
- go test -coverprofile=cmd.coverprofile ./cmd/armor

0 commit comments

Comments
 (0)