yarn ignore-engines

This commit is contained in:
Kristian Polso 2018-06-06 15:29:43 +03:00
parent 334c40b9e2
commit d8b5a4a5bb

View file

@ -1,7 +1,8 @@
language: node_js
node_js:
- "9"
- "10.2"
before_install:
- npm i -g npm@latest
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn config set ignore-engines true