1
0
Fork 1
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:
Tianon Gravi 2015-02-20 14:59:35 -07:00
parent cefcbc6fe3
commit 3c5e35c306

View file

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