1
0
Fork 0

travis: needing to fetch the cmd dependencies

This commit is contained in:
Vincent Batts 2015-07-20 17:22:10 -04:00
parent 04172717de
commit 97acaa9e83
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ go:
sudo: false
# we don't need "go get" here <3
install: true
install: go get -d ./...
script:
- go test -v ./...