mirror of https://github.com/vector-im/riot-web
parent
c54198464b
commit
825d610938
|
@ -15,6 +15,5 @@ addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- (cd node_modules/matrix-js-sdk && npm install)
|
|
||||||
script:
|
script:
|
||||||
./scripts/travis.sh
|
./scripts/travis.sh
|
||||||
|
|
|
@ -6,9 +6,9 @@ scripts/fetchdep.sh matrix-org matrix-js-sdk
|
||||||
rm -r node_modules/matrix-js-sdk || true
|
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
|
||||||
|
|
||||||
pushd node_modules/matrix-js-sdk
|
cd node_modules/matrix-js-sdk
|
||||||
npm install
|
npm install
|
||||||
popd
|
cd ../..
|
||||||
|
|
||||||
npm run test
|
npm run test
|
||||||
./.travis-test-riot.sh
|
./.travis-test-riot.sh
|
||||||
|
|
Loading…
Reference in New Issue