1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-13 12:18:37 +00:00

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

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 ./...