1
0
Fork 0
forked from mirrors/tar-split

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