Use dist: precise for PHP 5.3, dist: trusty for everything else

This commit is contained in:
Daniel Bachhuber 2017-08-04 07:38:43 -04:00
parent bebd7c911f
commit ce58d34db1

View file

@ -1,4 +1,5 @@
sudo: false
dist: trusty

language: php

@ -34,6 +35,7 @@ matrix:
- php: 5.6
env: WP_VERSION=trunk
- php: 5.3
dist: precise
env: WP_VERSION=latest

before_install: