1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Merge pull request #2783 from jryans/yarn-ci

Use modern Yarn version on Travis CI
This commit is contained in:
David Baker
2019-03-13 13:23:15 +00:00
committed by GitHub

View File

@@ -13,6 +13,9 @@ node_js:
- node # Latest stable version of nodejs.
addons:
chrome: stable
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH=$HOME/.yarn/bin:$PATH
install:
- ./scripts/travis/install-deps.sh
matrix: