Skip to content

Commit a7020e0

Browse files
committed
Fixed build
Signed-off-by: Vishal Rana <[email protected]>
1 parent 7560575 commit a7020e0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ install:
1010
script:
1111
- go test -coverprofile=armor.coverprofile
1212
- go test -coverprofile=http.coverprofile ./util
13-
- go test -coverprofile=http.coverprofile ./http
1413
- go test -coverprofile=plugin.coverprofile ./plugin
1514
- go test -coverprofile=cmd.coverprofile ./cmd/armor
1615
- gover

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ IMAGE = labstack/armor
22
VERSION = 0.4.7
33

44
run:
5-
ENV=development
65
go run cmd/armor/main.go
76

87
publish:

0 commit comments

Comments
 (0)