Skip to content

Commit

Permalink
ci: update node version for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ipso authored Feb 28, 2020
1 parent 6cce084 commit ecbaa7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
script: php $TRAVIS_BUILD_DIR/vendor/bin/grumphp run
-
stage: release
language: node_js
node_js: 'lts/dubnium'
before_install:
- git fetch origin --tags
install:
- npm install semantic-release-conventional-commits --no-save
script: skip
Expand All @@ -26,4 +30,3 @@ jobs:
script: npx semantic-release
on:
branch: master

0 comments on commit ecbaa7f

Please sign in to comment.