Skip to content

Commit

Permalink
Underscore to dash
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach authored May 11, 2017
1 parent b738541 commit 8e96d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e96d8d

Please sign in to comment.