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,6 +1,5 @@
|
|||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 5.3
|
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
@ -11,6 +10,9 @@ php:
|
|||||||
- hhvm-nightly
|
- hhvm-nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
include:
|
||||||
|
- php: 5.3
|
||||||
|
dist: precise
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
- php: hhvm-nightly
|
- php: hhvm-nightly
|
||||||
@ -44,4 +46,5 @@ deploy:
|
|||||||
tags: true
|
tags: true
|
||||||
php: 5.3
|
php: 5.3
|
||||||
|
|
||||||
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user