travis: "go get" must descend into subdirs to catch pkg/xattr

recent builds all failed with:

  tests/fsck/fsck_test.go:12:2: cannot find package "github.com/pkg/xattr"
This commit is contained in:
Jakob Unterwurzacher 2019-01-02 20:55:35 +01:00
parent b214be5e3f
commit acccfa60d6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ before_install:
- sudo chown root:$USER /etc/fuse.conf
install:
- go get -t -v .
- go get -d -t -v ./...
- wget https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 -O dep
- chmod +x dep