Fix prepare target.

This commit is contained in:
Andrey Smirnov
2013-12-15 12:17:10 +04:00
parent dcbf7f86d6
commit 3b9703b85b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ install:
- go get launchpad.net/gocheck
script: make travis
script: make prepare
+1
View File
@@ -17,6 +17,7 @@ endif
all: test check
prepare: $(PREPARE_LIST)
env
go get -d -v ./...
go get launchpad.net/gocheck