aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-09-28 20:35:56 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-09-28 20:35:56 +0200
commitfef4124130484ebdb8194b83a3278e6f970a46fb (patch)
tree46f2d3ea36e88fae6d4c73a6f84c7001c973fe4b /.travis.yml
parent02d17813a11d27e0232c38d1adf037cefdb176c1 (diff)
downloadwallabag-fef4124130484ebdb8194b83a3278e6f970a46fb.tar.gz
wallabag-fef4124130484ebdb8194b83a3278e6f970a46fb.tar.zst
wallabag-fef4124130484ebdb8194b83a3278e6f970a46fb.zip
Enabled Tidy on travis for HHVM
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c9047df..d5355820 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,12 @@ language: php
3# faster builds on docker-container setup 3# faster builds on docker-container setup
4sudo: false 4sudo: false
5 5
6# used for HHVM
7addons:
8 apt:
9 packages:
10 - tidy
11
6# cache vendor dirs 12# cache vendor dirs
7cache: 13cache:
8 directories: 14 directories: