diff --git a/.travis.yml b/.travis.yml index e5b0c2d2..46cab17c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,13 +23,17 @@ jobs: env: WEBPACK_VERSION=latest JOB_PART=coverage script: npm run travis:$JOB_PART after_success: 'bash <(curl -s https://codecov.io/bash)' + - <<: *test-latest + node_js: 10 + env: WEBPACK_VERSION=latest JOB_PART=test + script: npm run travis:$JOB_PART - stage: Webpack canary before_script: yarn add git://github.com/webpack/webpack.git#master script: npm run travis:$JOB_PART node_js: 8 env: WEBPACK_VERSION=canary JOB_PART=test before_install: - - 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi' + - npm i -g npm@latest - nvm --version - node --version - npm --version diff --git a/appveyor.yml b/appveyor.yml index 5df5af04..e2ea22f7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,13 +5,13 @@ init: - git config --global core.autocrlf input environment: matrix: - - nodejs_version: '8' + - nodejs_version: '10' webpack_version: latest job_part: test - - nodejs_version: '6' + - nodejs_version: '8' webpack_version: latest job_part: test - - nodejs_version: '4.3' + - nodejs_version: '6' webpack_version: latest job_part: test build: 'off'