travis: Update build matrix to build with php 5.3 on precise

All other builds can happen on trusty.

fixes #2948
This commit is contained in:
Markus Frosch 2017-09-09 09:10:44 +02:00
parent 46014558e6
commit 79f4072e93
1 changed files with 6 additions and 2 deletions

View File

@ -1,15 +1,19 @@
language: php
#dist: trusty
dist: trusty
sudo: required
php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
matrix:
include:
- php: '5.3'
dist: precise
services:
- mysql
- postgresql