We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7560575 commit a7020e0Copy full SHA for a7020e0
.travis.yml
@@ -10,7 +10,6 @@ install:
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
16
- gover
Makefile
@@ -2,7 +2,6 @@ IMAGE = labstack/armor
2
VERSION = 0.4.7
3
4
run:
5
- ENV=development
6
go run cmd/armor/main.go
7
8
publish:
0 commit comments