Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test node@13 on circle #10600

Merged
merged 1 commit into from Oct 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down Expand Up @@ -107,7 +107,6 @@ jobs:
cat ~/test262.tap | $(npm bin)/tap-mocha-reporter spec || true
<<: *test262_workdir


workflows:
version: 2
test:
Expand Down
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -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"
Expand Down