1
0
Fork 0

.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
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ sudo: false
install: true install: true
script: script:
- go test -v archive/tar/... - go test -v ./...
# testing archive/tar directly thanks to: # 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 # 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