ci skip update travis and makefile.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-12-08 16:01:30 +08:00
parent cba1a99f0b
commit 6f1edba05b
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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)