diff --git a/.travis.yml b/.travis.yml index 55b6797c57..ebf36658d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: