1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-09-20 17:40:28 +00:00

.travis.yml: test all sub-directories

This commit is contained in:
Vincent Batts 2015-02-24 15:58:57 -05:00
parent 2d70b98f6e
commit d9f0d45ee8

View file

@ -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