From 557debf312f2425b3f9f598eaef71d75f13e7571 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Fri, 16 Feb 2018 18:54:30 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=AB=E2=9A=A0=EF=B8=8F=20Disable=20dang?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b573b29..ccc351b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: script: - script/build - - bundle exec danger + # - bundle exec danger before_deploy: - script/package