Browse Source

Setup should download packages for test

Jakob Borg 11 years ago
parent
commit
d425794665
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.sh

+ 1 - 0
build.sh

@@ -93,6 +93,7 @@ setup() {
 	go get -v -u code.google.com/p/go.tools/cmd/vet
 	go get -v -u github.com/mattn/goveralls
 	go get -v -u github.com/tools/godep
+	go get -v -t ./...
 }
 
 xdr() {