Skip to content

Commit 9a0d695

Browse files
committed
ci: rollback html5validator to 0.3.1 to workaround its regression.
The --ignore-re option doesn't work in 0.3.2 and in order to fix the builds, we rolled back to 0.3.1 Workaround of svenkreiss/html5validator#64 Fix #1156
1 parent af902c5 commit 9a0d695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_script:
2626
mkdir -p /tmp/uploads /tmp/preview;
2727
cp src/main/resources/test/test.png /tmp/uploads/1.png;
2828
npm install -g bootlint;
29-
pip install --user html5validator robotframework-lint ansible==2.5.15 ansible-lint;
29+
pip install --user html5validator==0.3.1 robotframework-lint ansible==2.5.15 ansible-lint;
3030
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
3131
gem install danger nokogiri --no-ri --no-rdoc;
3232
fi;

0 commit comments

Comments
 (0)