Commit 2822cbe 1 parent e181d34 commit 2822cbe Copy full SHA for 2822cbe
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
install :
14
14
- go get -t ./...
15
15
- go get -u github.com/caddyserver/xcaddy/cmd/xcaddy
16
+ - go get github.com/mattn/goveralls
16
17
17
18
before_script :
18
19
- xcaddy build
19
20
20
21
script :
21
- - go test -v -coverprofile="cover-profile.out" -short -race ./...
22
+ - $GOPATH/bin/goveralls -service=travis-ci
Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ github.com/fatih/color v1.6.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5Kwzbycv
267
267
github.com/fatih/color v1.7.0 /go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4 =
268
268
github.com/fatih/color v1.8.0 /go.mod h1:3l45GVGkyrnYNl9HoIjnp2NnNWvh6hLAqD8yTfGjnw8 =
269
269
github.com/fatih/structs v1.1.0 /go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M =
270
+ github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ =
270
271
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 /go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc =
271
272
github.com/francoispqt/gojay v1.2.13 h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk =
272
273
github.com/francoispqt/gojay v1.2.13 /go.mod h1:ehT5mTG4ua4581f1++1WLG0vPdaA9HaiDsoyrBGkyDY =
You can’t perform that action at this time.
0 commit comments