Bah, no pushd.

Also this npm install should now be unnecessary
pull/21833/head
David Baker 2018-05-02 11:13:16 +01:00
parent c54198464b
commit 825d610938
2 changed files with 2 additions and 3 deletions

View File

@ -15,6 +15,5 @@ addons:
chrome: stable
install:
- npm install
- (cd node_modules/matrix-js-sdk && npm install)
script:
./scripts/travis.sh

View File

@ -6,9 +6,9 @@ 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
pushd node_modules/matrix-js-sdk
cd node_modules/matrix-js-sdk
npm install
popd
cd ../..
npm run test
./.travis-test-riot.sh