diff --git a/.travis.yml b/.travis.yml index 9de5787..8880a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ rvm: - 2.2.2 script: - bundle exec jekyll build - - bundle exec htmlproofer ./_site --disable_external --only-4xx --check-html --empty-alt-ignore --url-ignore "#" + - bundle exec htmlproofer ./_site --disable-external --only-4xx --check-html --empty-alt-ignore --url-ignore "#" - result=$(geojsonhint --json < _data/chapters.json); echo "$result"; ! grep -qF '"error":' <<< "$result" env: global: