Travis CI: Upgrade to Ubuntu Trusty for HHVM support

However, Ubuntu Trusty doesn't support PHP 5.3, so we'll have to continue using Ubuntu Precise for PHP 5.3
This commit is contained in:
Daniel Rudolf 2017-06-12 20:11:04 +02:00
parent f0b42cf364
commit 66916f62bc
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -1,6 +1,5 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
@ -11,6 +10,9 @@ php:
- hhvm-nightly
matrix:
include:
- php: 5.3
dist: precise
allow_failures:
- php: nightly
- php: hhvm-nightly
@ -44,4 +46,5 @@ deploy:
tags: true
php: 5.3
dist: trusty
sudo: false