Skip to content

Commit

Permalink
ci: add Danger
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 14, 2017
1 parent e25f7af commit 1d6c095
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
after_success:
- yarn add -D semantic-release@11.0.1
- yarn semantic-release
- stage: danger
node_js: 8
os: linux
script:
- yarn add -D danger@^2
- yarn danger

cache:
yarn: true
branches:
Expand Down

0 comments on commit 1d6c095

Please sign in to comment.