We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3940f2 commit 916f55bCopy full SHA for 916f55b
.travis.yml
@@ -23,7 +23,7 @@ before_script:
23
npm install -g bootlint;
24
pip install --user html5validator==0.3.1 robotframework-lint==1.1 ansible==2.9.2 ansible-lint;
25
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
26
- gem install danger nokogiri --no-ri --no-rdoc;
+ gem install danger nokogiri --no-document;
27
fi;
28
sudo apt-get -qq update;
29
sudo apt-get install -y shellcheck;
0 commit comments