Install tidy before running tests

This commit is contained in:
Devin Torres 2013-09-20 19:50:05 -05:00
parent 8e679dad32
commit 007453cfd9

View file

@ -4,4 +4,6 @@ compiler:
- gcc
perl:
- "5.12"
before_install:
- sudo apt-get install -qq tidy
script: make test