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:
parent
04172717de
commit
97acaa9e83
1 changed files with 1 additions and 1 deletions
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in a new issue