fix circle

This commit is contained in:
Ethan Buchman 2018-01-17 19:17:57 -05:00
parent 228b90eb7e
commit 69621fb41e
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PACKAGES=$(shell go list ./... | grep -v '/vendor/' | grep -v '_attic')
BUILD_FLAGS = -ldflags "-X github.com/cosmos/cosmos-sdk/version.GitCommit=`git rev-parse --short HEAD`"
all: check_tools get_vendor_deps build test install
all: check_tools get_vendor_deps build test
########################################
### Build
@ -13,7 +13,6 @@ dist:
@bash publish/dist.sh
@bash publish/publish.sh
########################################
### Tools & dependencies

View File

@ -17,5 +17,5 @@ dependencies:
test:
override:
- "cd $REPO && make all"
- "cd $REPO && make get_tools && make all"
- ls $GOPATH/bin