Skip to content

Commit 5c15da7

Browse files
mergify[bot]Vatan Aksoy Tezer
andauthored
Fix CI: stick to html-proofer 3.x (#465) (#467)
(cherry picked from commit a675ed5) Co-authored-by: Vatan Aksoy Tezer <[email protected]>
1 parent 80a7b61 commit 5c15da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlproofer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export REPOSITORY_NAME=${PWD##*/}
77
echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
88

99
# Install htmlpoofer
10-
gem install --user-install html-proofer
10+
gem install --user-install html-proofer -v 3.19.4 # newer 4.x requires different cmdline options
1111
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
1212

1313
# Install python dependencies

0 commit comments

Comments
 (0)