Use fetch dep script for travis

pull/3945/head
David Baker 2017-05-17 18:20:25 +01:00
parent 18afbc5bec
commit b3b44dd99e
1 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,5 @@ language: node_js
node_js:
- 6 # node v6, to match jenkins
install:
- scripts/fetch-develop.deps.sh
- npm install
- (cd node_modules/matrix-js-sdk && npm install)
- (cd node_modules/matrix-react-sdk && npm install)