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 4184c73 commit 990cb3eCopy full SHA for 990cb3e
.travis.yml
@@ -10,7 +10,7 @@ rvm:
10
- 2.2.2
11
script:
12
- bundle exec jekyll build
13
- - bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --empty-alt-ignore --ignore-script-embeds --href-ignore "#"
+ - bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --empty-alt-ignore --url-ignore "#"
14
- result=$(geojsonhint --json < _data/chapters.json); echo "$result"; ! grep -qF '"error":' <<< "$result"
15
env:
16
global:
0 commit comments