Travis CI: also build with vendored dependencies
This commit is contained in:
parent
6d46c4f31c
commit
735b92c48b
@ -23,6 +23,11 @@ script:
|
|||||||
- ./gocryptfs -speed
|
- ./gocryptfs -speed
|
||||||
- ./test.bash
|
- ./test.bash
|
||||||
- ./crossbuild.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
|
# fuse on travis
|
||||||
sudo: required
|
sudo: required
|
||||||
|
Loading…
Reference in New Issue
Block a user