1
0
mirror of synced 2025-02-09 00:39:25 +03:00

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:
Walt Sorensen 2016-09-09 17:21:03 -06:00 committed by GitHub
parent fda2cd7d0e
commit 1f521d26f3

View File

@ -1,3 +1,4 @@
sudo: false
language: php
php:
@ -28,7 +29,7 @@ after_script:
matrix:
fast_finish: true
include:
- php: hhvm-3.15
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next update
@ -41,14 +42,14 @@ matrix:
services:
- mysql
env: DB=mysql
- php: hhvm-3.15
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next update
services:
- postgresql
env: DB=pgsql
- php: hhvm-3.15
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next update
@ -66,7 +67,7 @@ matrix:
env: DB=mariadb
addons:
mariadb: 5.5
- php: hhvm-3.15
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next Trusty update
@ -96,9 +97,7 @@ matrix:
allow_failures:
- php: 7.1
- php: nightly
- php: hhvm-3.15
sudo: false
- php: hhvm
cache:
directories: