diff --git a/.travis.yml b/.travis.yml index 6d0ea18c48..9abf25d610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js sudo: false dist: trusty node_js: -- 10.9.0 +- 10.13.0 addons: apt: sources: @@ -20,7 +20,7 @@ cache: - "./.chrome/chromium" - "./aio/node_modules" before_install: -- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0 +- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1 - export PATH="$HOME/.yarn/bin:$PATH" - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost & script: