1
0
Fork 0

Switch to trusty on 1.4 branch

pull/6500/head
Jordi Boggiano 2017-06-17 14:39:23 +02:00
parent 1f4882a3e6
commit 60d68a06ac
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: php language: php
sudo: false sudo: false
dist: trusty
cache: cache:
directories: directories:
@ -12,7 +13,6 @@ addons:
- parallel - parallel
php: php:
- 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
@ -22,6 +22,9 @@ php:
- nightly - nightly
matrix: matrix:
include:
- dist: precise
php: 5.3
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- php: nightly - php: nightly