Skip to content

Commit

Permalink
chore(travis): update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
James Singleton committed May 22, 2020
1 parent 008ecd9 commit 8f647c3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: node_js
node_js:
- 10
- 12
- 14
before_install:
# Create a master branch for commitlint
# https://github.com/conventional-changelog/commitlint/issues/6
- git remote set-branches origin master && git fetch
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js:
- 10
- 12
- 14
before_install:
# Create a master branch for commitlint
# https://github.com/conventional-changelog/commitlint/issues/6
- git remote set-branches origin master && git fetch
deploy:
on:
branch: master
Expand Down

0 comments on commit 8f647c3

Please sign in to comment.