Refactor travis-ci to use parallel jobs

This commit is contained in:
Erik Johnston
2019-01-08 11:33:12 +00:00
parent 5fb6da886c
commit ab468b5346
3 changed files with 19 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
set -ex
scripts/fetchdep.sh matrix-org matrix-js-sdk
rm -r node_modules/matrix-js-sdk || true
ln -s ../matrix-js-sdk node_modules/matrix-js-sdk
cd matrix-js-sdk
npm install
cd ..