diff --git a/.travis.yml b/.travis.yml index 532bdefc..b30f5053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,8 @@ cache: yarn: true directories: - node_modules -install: yarn --ignore-engines +install: + - curl -o- -L https://yarnpkg.com/install.sh | bash + - export PATH=$HOME/.yarn/bin:$PATH + - yarn --ignore-engines after_script: npm run coveralls