diff --git a/.circleci/config.yml b/.circleci/config.yml index dfa4bf21bf96..691613f6de4b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: test: working_directory: ~/babel docker: - - image: circleci/node:12 + - image: circleci/node:13 steps: - checkout - restore-cache: *restore-yarn-cache @@ -107,7 +107,6 @@ jobs: cat ~/test262.tap | $(npm bin)/tap-mocha-reporter spec || true <<: *test262_workdir - workflows: version: 2 test: diff --git a/.travis.yml b/.travis.yml index 0fff1345e8ee..d9fce0df2bd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,16 +27,16 @@ matrix: include: - node_js: "node" env: JOB=lint - # We test the Node.js 12 on circleci - - node_js: "13" - # Move `windows` build to be the third since it is slow + # We test the latest version on circleci + - node_js: "12" + # Move `windows` build to be the third since it is slow - os: windows node_js: "node" env: - - JOB=test - # https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9 - - YARN_GPG=no - # Continue node_js matrix + - JOB=test + # https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9 + - YARN_GPG=no + # Continue node_js matrix - node_js: "6" - node_js: "10" - node_js: "8"