We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a7b61 commit 5c15da7Copy full SHA for 5c15da7
htmlproofer.sh
@@ -7,7 +7,7 @@ export REPOSITORY_NAME=${PWD##*/}
7
echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
8
9
# Install htmlpoofer
10
-gem install --user-install html-proofer
+gem install --user-install html-proofer -v 3.19.4 # newer 4.x requires different cmdline options
11
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
12
13
# Install python dependencies
0 commit comments