Skip to content

Commit

Permalink
feat(Node.js): Add Node.js 12 to CI
Browse files Browse the repository at this point in the history
Node.js 12 (and especially Node.js 12.9) is supposed to be significantly
faster than previous versions, especially when it comes to parsing JSON, which
is often a bottleneck for Pelias importers.

https://nodejs.org/en/blog/release/v12.9.0/
https://v8.dev/blog/v8-release-76
  • Loading branch information
orangejulius committed Aug 21, 2019
1 parent 07352d8 commit ae5e21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ notifications:
node_js:
- 8
- 10
- 12
matrix:
fast_finish: true
script: npm run travis
Expand All @@ -16,6 +17,6 @@ branches:
jobs:
include:
- stage: release
node_js: 10
node_js: 12
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
if: (branch = master) AND ( type = push )

0 comments on commit ae5e21b

Please sign in to comment.