mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Enabled Tidy on travis for HHVM
This commit is contained in:
parent
02d17813a1
commit
fef4124130
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ language: php
|
|||
# faster builds on docker-container setup
|
||||
sudo: false
|
||||
|
||||
# used for HHVM
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- tidy
|
||||
|
||||
# cache vendor dirs
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in a new issue