Merge pull request #4147 from vector-im/rav/fetch_deps_tweaks

Various tweaks to fetch-develop-deps
This commit is contained in:
David Baker 2017-06-01 18:48:43 +01:00 committed by GitHub
commit 19f9900b55
2 changed files with 50 additions and 26 deletions

View file

@ -17,5 +17,6 @@ node_js:
- 6
- 7
install:
- scripts/fetch-develop.deps.sh
- npm install
# clone the deps with depth 1: we know we will only ever need that one
# commit.
- scripts/fetch-develop.deps.sh --depth 1 && npm install