diff options
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.travis.yml b/.travis.yml index cc348e5..0d05ab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: | 
