Skip to content

Commit

Permalink
feat(getContent): update Travis, trigger semantic-release
Browse files Browse the repository at this point in the history
Update Travis to do semantic-release.

Trigger a semantic-release minor version bump by using the
'feat' commit message, for the previous PR.
  • Loading branch information
aronhelser committed Apr 11, 2018
1 parent 6d06849 commit 9617267
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -15,3 +15,10 @@ install:

script:
- npm run build

after_success:
- npm run semantic-release

branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit 9617267

Please sign in to comment.