Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #67 from pelias/add-nodejs-12-to-travis
Browse files Browse the repository at this point in the history
chore(Node.js): Add Node.js 12 to CI
  • Loading branch information
orangejulius authored Sep 11, 2019
2 parents 3718035 + 8f5a145 commit 8992588
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 8992588

Please sign in to comment.