mirror of
https://github.com/vbatts/tar-split.git
synced 2025-07-21 14:40:27 +00:00
Resimplify Travis "go test" to "./..." now that the problems with it are fixed
This commit is contained in:
parent
cefcbc6fe3
commit
3c5e35c306
1 changed files with 1 additions and 3 deletions
|
@ -10,6 +10,4 @@ sudo: false
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v archive/tar/...
|
- go test -v ./...
|
||||||
# testing archive/tar directly thanks to:
|
|
||||||
# can't load package: /home/travis/gopath/src/github.com/vbatts/tar-split/main.go:11:2: local import "./archive/tar" in non-local package
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue