From d8b5a4a5bbc9ad0511cdf7dd2a143d361019e40e Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Wed, 6 Jun 2018 15:29:43 +0300 Subject: [PATCH] yarn ignore-engines --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52fedc0..04cb1f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file