Move to new travis containerised infrastructure

This commit is contained in:
Daniel Hensby 2015-07-20 15:59:29 +01:00
parent a8e7bff69b
commit f524cf2b81
1 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,12 @@
language: php
sudo: false
addons:
apt:
packages:
- tidy
env:
global:
- DB=MYSQL CORE_RELEASE=3.1
@ -16,11 +23,9 @@ matrix:
env: DB=MYSQL
- php: 5.3
env: DB=MYSQL
- php: hhvm-nightly
- php: hhvm
env: DB=MYSQL
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y tidy
before_script: