Skip to content

Commit

Permalink
semantic-release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 25, 2019
1 parent b755670 commit 72a62f2
Show file tree
Hide file tree
Showing 3 changed files with 6,027 additions and 115 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ branches:
only:
- master
- /^greenkeeper.*$/

stages:
- test
- name: release
if: branch = master AND type IN (push)

jobs:
include:
- stage: test
- stage: release
script: npx semantic-release
Loading

0 comments on commit 72a62f2

Please sign in to comment.