Skip to content

Commit 990cb3e

Browse files
committed
new options
1 parent 4184c73 commit 990cb3e

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
@@ -10,7 +10,7 @@ rvm:
1010
- 2.2.2
1111
script:
1212
- bundle exec jekyll build
13-
- bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --empty-alt-ignore --ignore-script-embeds --href-ignore "#"
13+
- bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --empty-alt-ignore --url-ignore "#"
1414
- result=$(geojsonhint --json < _data/chapters.json); echo "$result"; ! grep -qF '"error":' <<< "$result"
1515
env:
1616
global:

0 commit comments

Comments
 (0)