mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +02:00
Use modern Yarn version on Travis CI
Travis CI uses a quite old version of Yarn by default. This adds Yarn's recommended incantation for using the latest stable version.
This commit is contained in:
parent
92a9f13452
commit
b51d3d0a42
@ -13,6 +13,9 @@ node_js:
|
|||||||
- node # Latest stable version of nodejs.
|
- node # Latest stable version of nodejs.
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
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:
|
install:
|
||||||
- ./scripts/travis/install-deps.sh
|
- ./scripts/travis/install-deps.sh
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user