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