Skip to content

Commit

Permalink
allow danger to fail on CI
Browse files Browse the repository at this point in the history
this will continue to let Danger post status comments to GitHub
without making the build fail
  • Loading branch information
jpsim committed Jun 9, 2016
1 parent 854caac commit afef971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git:
before_install: git submodule update --init --recursive
script:
- bundle exec rake spec
- bundle exec danger
- bundle exec danger || true
notifications:
email: false
slack: realmio:vPdpsG9NLDo2DNlbqtcMAQuE
Expand Down

0 comments on commit afef971

Please sign in to comment.