Travis CI: also build with vendored dependencies

This commit is contained in:
Jakob Unterwurzacher 2018-01-16 23:24:13 +01:00
parent 6d46c4f31c
commit 735b92c48b
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ script:
- ./gocryptfs -speed
- ./test.bash
- ./crossbuild.bash
- echo "rebuild with locked dependencies"
- wget https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 -O dep
- chmod +x dep
- ./dep ensure
- ./build.bash
# fuse on travis
sudo: required