mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-13 12:18:37 +00:00
.travis.yml: test all sub-directories
This commit is contained in:
parent
2d70b98f6e
commit
d9f0d45ee8
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ sudo: false
|
|||
install: true
|
||||
|
||||
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…
Reference in a new issue