mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 08:51:32 +02:00
Merge pull request #2783 from jryans/yarn-ci
Use modern Yarn version on Travis CI
This commit is contained in:
commit
99c7aa2df3
@ -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