diff --git a/.travis.yml b/.travis.yml index 9a0fa23..f700909 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,4 @@ sudo: false install: true script: - - go test -v archive/tar/... - # 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 + - go test -v ./...