summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-01-16 23:24:13 +0100
committerJakob Unterwurzacher2018-01-20 13:49:20 +0100
commit735b92c48bc13783b592cb2eec6d037000c2ad9e (patch)
tree8edb682ccb3115551c9700f61ca30cee7b7bfaa8 /.travis.yml
parent6d46c4f31cd310183c2ada724e937cf580fc838d (diff)
Travis CI: also build with vendored dependencies
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
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