travis: fix go get command (needs -t), update dep
Only with the "-t" flag does go get download dependencies that are only used in tests.
This commit is contained in:
parent
f320b76fd1
commit
a77d31ca82
@ -24,8 +24,8 @@ before_install:
|
||||
- sudo chown root:$USER /etc/fuse.conf
|
||||
|
||||
install:
|
||||
- go get -v .
|
||||
- wget https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 -O dep
|
||||
- go get -t -v .
|
||||
- wget https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 -O dep
|
||||
- chmod +x dep
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user