Skip to content

Commit

Permalink
ci(travis): adds semantic release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVarandas committed Dec 31, 2018
1 parent f454d99 commit 3adeb20
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ before_script:
- npm prune
script:
- npm run lint
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
after_success:
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit 3adeb20

Please sign in to comment.