diff --git a/.travis.yml b/.travis.yml index 2d87924..c2a4831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ notifications: node_js: - 8 - 10 + - 12 matrix: fast_finish: true script: npm run travis @@ -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 )