diff options
author | Jakob Unterwurzacher | 2018-01-16 23:24:13 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-01-20 13:49:20 +0100 |
commit | 735b92c48bc13783b592cb2eec6d037000c2ad9e (patch) | |
tree | 8edb682ccb3115551c9700f61ca30cee7b7bfaa8 | |
parent | 6d46c4f31cd310183c2ada724e937cf580fc838d (diff) |
Travis CI: also build with vendored dependencies
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6fa5223..5580754 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |