Test node@13 on CircleCI (#10600)
This commit is contained in:
parent
562b6c3bbb
commit
fce1b74105
@ -43,7 +43,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
working_directory: ~/babel
|
working_directory: ~/babel
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:12
|
- image: circleci/node:13
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore-cache: *restore-yarn-cache
|
- restore-cache: *restore-yarn-cache
|
||||||
@ -107,7 +107,6 @@ jobs:
|
|||||||
cat ~/test262.tap | $(npm bin)/tap-mocha-reporter spec || true
|
cat ~/test262.tap | $(npm bin)/tap-mocha-reporter spec || true
|
||||||
<<: *test262_workdir
|
<<: *test262_workdir
|
||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
test:
|
test:
|
||||||
|
|||||||
14
.travis.yml
14
.travis.yml
@ -27,16 +27,16 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- node_js: "node"
|
- node_js: "node"
|
||||||
env: JOB=lint
|
env: JOB=lint
|
||||||
# We test the Node.js 12 on circleci
|
# We test the latest version on circleci
|
||||||
- node_js: "13"
|
- node_js: "12"
|
||||||
# Move `windows` build to be the third since it is slow
|
# Move `windows` build to be the third since it is slow
|
||||||
- os: windows
|
- os: windows
|
||||||
node_js: "node"
|
node_js: "node"
|
||||||
env:
|
env:
|
||||||
- JOB=test
|
- JOB=test
|
||||||
# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9
|
# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9
|
||||||
- YARN_GPG=no
|
- YARN_GPG=no
|
||||||
# Continue node_js matrix
|
# Continue node_js matrix
|
||||||
- node_js: "6"
|
- node_js: "6"
|
||||||
- node_js: "10"
|
- node_js: "10"
|
||||||
- node_js: "8"
|
- node_js: "8"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user