Skip to content

Commit 61c97a4

Browse files

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
@@ -21,7 +21,7 @@ before_script:
2121
mkdir -p /tmp/uploads /tmp/preview;
2222
cp src/main/resources/test/test.png /tmp/uploads/1.png;
2323
npm install -g bootlint;
24-
pip install --user html5validator==0.3.1 robotframework-lint==1.1 ansible==2.9.2 ansible-lint;
24+
pip install --user html5validator==0.3.3 robotframework-lint==1.1 ansible==2.9.2 ansible-lint;
2525
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
2626
gem install danger nokogiri --no-document;
2727
fi;

0 commit comments

Comments
 (0)