travis issue

pull/443/head
hunterlong 2020-03-21 13:56:17 -07:00
parent 16317fc391
commit cd5df54bfb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ test: clean
go test -v -p=4 -ldflags="-X main.VERSION=testing" -coverprofile=coverage.out ./...
# build all arch's and release Statping
release:
release: test-deps
wget -O statping.gpg $(SIGN_URL)
gpg --import statping.gpg
make build-all