Skip to content

Commit

Permalink
Merge pull request #84 from pelias/nodejs-12
Browse files Browse the repository at this point in the history
feat(Node.js): Add Node.js 12 to CI
  • Loading branch information
orangejulius authored Aug 21, 2019
2 parents 07352d8 + ae5e21b commit 8cb3969
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 8cb3969

Please sign in to comment.