ci skip update travis and makefile.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
cba1a99f0b
commit
6f1edba05b
|
@ -25,8 +25,10 @@ before_install:
|
|||
- mkdir -p $GOPATH/bin
|
||||
- curl https://glide.sh/get | sh
|
||||
|
||||
script:
|
||||
install:
|
||||
- make dep_install
|
||||
|
||||
script:
|
||||
- make vet
|
||||
- make lint
|
||||
- make test
|
||||
|
|
3
Makefile
3
Makefile
|
@ -1,11 +1,8 @@
|
|||
.PHONY: all gorush test build fmt vet errcheck lint install update release-dirs release-build release-copy release-check release
|
||||
|
||||
export PROJECT_PATH = /go/src/github.com/appleboy/gorush
|
||||
|
||||
DIST := dist
|
||||
EXECUTABLE := gorush
|
||||
|
||||
BUILD_IMAGE := "gorush-build"
|
||||
DEPLOY_ACCOUNT := appleboy
|
||||
DEPLOY_IMAGE := $(EXECUTABLE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue