🚫⚠️ Disable danger

Getting errors as it tries to delete obsolete comments

bundler: failed to load command: danger (/Users/travis/build/mas-cli/mas/.rubygems/ruby/2.3.0/bin/danger)
Octokit::Forbidden: DELETE https://api.github.com/repos/mas-cli/mas/issues/comments/361626351: 403 - Must have admin rights to Repository. // See: https://developer.github.com/v3/issues/comments/#delete-a-comment
This commit is contained in:
Ben Chatelain 2018-02-16 18:54:30 -07:00
parent 410ad81018
commit 557debf312

View file

@ -13,7 +13,7 @@ install:
script: script:
- script/build - script/build
- bundle exec danger # - bundle exec danger
before_deploy: before_deploy:
- script/package - script/package