Use develop js-sdk in travis build
This commit is contained in:
+3
-2
@@ -11,8 +11,9 @@ set -x
|
||||
# install the other dependencies
|
||||
npm install
|
||||
|
||||
# we may be using a dev branch of js-sdk in which case we need to build it
|
||||
(cd node_modules/matrix-js-sdk && npm install)
|
||||
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
||||
ln -s ../matrix-js-sdk node_modules/matrix-js-sdk
|
||||
(cd matrix-js-sdk && npm install)
|
||||
|
||||
# run the mocha tests
|
||||
npm run test -- --no-colors
|
||||
|
||||
Reference in New Issue
Block a user