From 6f1edba05b2c5c507daee3519b68dc7c0f01c672 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 8 Dec 2016 16:01:30 +0800 Subject: [PATCH] ci skip update travis and makefile. Signed-off-by: Bo-Yi Wu --- .travis.yml | 4 +++- Makefile | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f136f8c..e07f53e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Makefile b/Makefile index a8496c8..d636223 100644 --- a/Makefile +++ b/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)