summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-01-02 20:55:35 +0100
committerJakob Unterwurzacher2019-01-02 20:55:35 +0100
commitacccfa60d6a1f4fd650039d64cba8156a70de8cf (patch)
treee230875e67a8b660860922d744d4cf93b8d5fe0d /.travis.yml
parentb214be5e3f76dd17efc9832131f4a7e0414b4cea (diff)
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"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0d05ab9..75492ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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