mirror of https://github.com/vector-im/riot-web
commit
99c7aa2df3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue