Set to HHVM latest (currently 3.15 until next release)
Move sudo: false to the top line to be more clear about use of containers as default vs the trusty builds for HHVM
This commit is contained in:
parent
fda2cd7d0e
commit
1f521d26f3
13
.travis.yml
13
.travis.yml
@ -1,3 +1,4 @@
|
|||||||
|
sudo: false
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
@ -28,7 +29,7 @@ after_script:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: hhvm-3.15
|
- php: hhvm
|
||||||
sudo: true
|
sudo: true
|
||||||
dist: trusty
|
dist: trusty
|
||||||
group: edge # until the next update
|
group: edge # until the next update
|
||||||
@ -41,14 +42,14 @@ matrix:
|
|||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
- php: hhvm-3.15
|
- php: hhvm
|
||||||
sudo: true
|
sudo: true
|
||||||
dist: trusty
|
dist: trusty
|
||||||
group: edge # until the next update
|
group: edge # until the next update
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
env: DB=pgsql
|
env: DB=pgsql
|
||||||
- php: hhvm-3.15
|
- php: hhvm
|
||||||
sudo: true
|
sudo: true
|
||||||
dist: trusty
|
dist: trusty
|
||||||
group: edge # until the next update
|
group: edge # until the next update
|
||||||
@ -66,7 +67,7 @@ matrix:
|
|||||||
env: DB=mariadb
|
env: DB=mariadb
|
||||||
addons:
|
addons:
|
||||||
mariadb: 5.5
|
mariadb: 5.5
|
||||||
- php: hhvm-3.15
|
- php: hhvm
|
||||||
sudo: true
|
sudo: true
|
||||||
dist: trusty
|
dist: trusty
|
||||||
group: edge # until the next Trusty update
|
group: edge # until the next Trusty update
|
||||||
@ -96,9 +97,7 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
- php: nightly
|
- php: nightly
|
||||||
- php: hhvm-3.15
|
- php: hhvm
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user