Ok, last attempt now.

This commit is contained in:
Jakob Borg 2015-09-04 15:17:23 +02:00
parent 51a4a88a81
commit dd6b66167e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ dependencies:
test:
override:
# First install latest versions of all dependencies
- go get -u -v -t -d ./...
- go get -v -t -d ./...
# Clean out old crap
- git clean -fxd
- go clean -i -r ./cmd/...