Merge branch '3.1' into 3.2

This commit is contained in:
Daniel Hensby 2015-07-20 10:53:28 +01:00
commit 230094e65a
1 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,11 @@ language: php
sudo: false
addons:
apt:
packages:
- tidy
cache:
directories:
- $HOME/.composer/cache
@ -44,9 +49,6 @@ matrix:
env: DB=MYSQL
- php: hhvm
env: DB=MYSQL
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y tidy
before_script:
- composer self-update || true