Skip to content

Commit

Permalink
.travis.yml: Switch to html5validator
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed Sep 14, 2016
1 parent 6ed6632 commit abf9739
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sudo: false
language: java
jdk:
- oraclejdk8

addons:
apt:
packages:
- libtest-html-w3c-perl
- libxml-xpath-perl
install:
- pip install --user html5validator

script:
- perl -MTest::HTML::W3C=show_detail -e 'is_valid_file("index.html") or diag_html();'
- html5validator --root .

0 comments on commit abf9739

Please sign in to comment.