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:
parent
f0b42cf364
commit
66916f62bc
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue