Skip to content

Commit 916f55b

Browse files
committed
build: fix Danger installation.
Fix #1453 [skip ci]
1 parent c3940f2 commit 916f55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_script:
2323
npm install -g bootlint;
2424
pip install --user html5validator==0.3.1 robotframework-lint==1.1 ansible==2.9.2 ansible-lint;
2525
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
26-
gem install danger nokogiri --no-ri --no-rdoc;
26+
gem install danger nokogiri --no-document;
2727
fi;
2828
sudo apt-get -qq update;
2929
sudo apt-get install -y shellcheck;

0 commit comments

Comments
 (0)