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:
parent
b214be5e3f
commit
acccfa60d6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user