From 8f647c3c7584dea4185379ff3801c1ec8fd23799 Mon Sep 17 00:00:00 2001 From: James Singleton Date: Fri, 22 May 2020 09:43:19 -0700 Subject: [PATCH] chore(travis): update travis config --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1775c1..cb368ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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