We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c78e1 commit 61c97a4Copy full SHA for 61c97a4
.travis.yml
@@ -21,7 +21,7 @@ before_script:
21
mkdir -p /tmp/uploads /tmp/preview;
22
cp src/main/resources/test/test.png /tmp/uploads/1.png;
23
npm install -g bootlint;
24
- pip install --user html5validator==0.3.1 robotframework-lint==1.1 ansible==2.9.2 ansible-lint;
+ pip install --user html5validator==0.3.3 robotframework-lint==1.1 ansible==2.9.2 ansible-lint;
25
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
26
gem install danger nokogiri --no-document;
27
fi;
0 commit comments