From e9b1d17cdefb9170e0470466d11950c037e9533a Mon Sep 17 00:00:00 2001 From: xeodou Date: Tue, 7 Apr 2015 21:43:11 +0800 Subject: [PATCH] Update wercker file. --- wercker.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wercker.yml b/wercker.yml index 9e7c2d0..9be3221 100644 --- a/wercker.yml +++ b/wercker.yml @@ -10,6 +10,11 @@ build: code: | go get -u github.com/golang/lint/golint && golint # Test the project + - script: + name: go get + code: | + go get ./... + # Test the project - script: name: go test code: |