Skip to content

Commit

Permalink
fixing htmlproofer syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
amragaey committed May 25, 2016
1 parent 7049d1c commit 077a03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,9 +7,9 @@ services:
before_script: gem install github-pages html-proofer
script:
- jekyll build
- htmlproof ./_site --only-4xx --check-favicon --check-html
- htmlproofer ./_site --only-4xx --check-favicon --check-html
#- make && make test
#- wget -O- http://travis.debian.net/script.sh | sh -
- wget -O- http://travis.debian.net/script.sh | sh -

# whitelist
branches:
Expand Down

0 comments on commit 077a03a

Please sign in to comment.