Install tidy before running tests
This commit is contained in:
parent
8e679dad32
commit
007453cfd9
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@ compiler:
|
|||
- gcc
|
||||
perl:
|
||||
- "5.12"
|
||||
before_install:
|
||||
- sudo apt-get install -qq tidy
|
||||
script: make test
|
||||
|
|
Loading…
Reference in a new issue