fix: testing

This commit is contained in:
Bo-Yi Wu 2017-02-18 23:26:40 +08:00
parent e8ef66a148
commit 4632cc5ac3
2 changed files with 0 additions and 7 deletions

View File

@ -15,7 +15,6 @@ pipeline:
GOPATH: /srv/app
commands:
- make ssh-server
- make dep_install
- make vet
- make lint
# - make test

View File

@ -57,12 +57,6 @@ test:
html:
go tool cover -html=coverage.txt
dep_install:
glide install
dep_update:
glide up
install: $(SOURCES)
go install -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)'