Get symlink right

Also No need to cd into the symlink, can just go straight there
pull/21833/head
David Baker 2018-05-02 11:23:57 +01:00
parent 825d610938
commit 9bccecf449
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ 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
ln -s ../matrix-js-sdk node_modules/matrix-js-sdk
cd node_modules/matrix-js-sdk
cd matrix-js-sdk
npm install
cd ../..
cd ..
npm run test
./.travis-test-riot.sh