diff --git a/.travis.yml b/.travis.yml index f7724aaf2..fa4a53c7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,11 @@ node_js: cache: yarn: true directories: - - node_modules + - node_module + +before_install: + - curl -o- -L https://yarnpkg.com/install.sh | bash -s + - export PATH="$HOME/.yarn/bin:$PATH" install: - RUN yarn install --production=false --frozen-lockfile --non-interactive