mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-14 04:28:38 +00:00
travis: needing to fetch the cmd dependencies
This commit is contained in:
parent
04172717de
commit
97acaa9e83
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ go:
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
# we don't need "go get" here <3
|
# we don't need "go get" here <3
|
||||||
install: true
|
install: go get -d ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue