1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Drop HHVM support

This commit is contained in:
Luís Cobucci 2017-05-20 17:59:23 +02:00
parent fc67b398a1
commit 99dc8aa2a9
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C
2 changed files with 0 additions and 38 deletions

View File

@ -27,8 +27,4 @@ tools:
enabled: true
filter:
paths: ["lib/*", "tests/*"]
php_hhvm:
enabled: true
filter:
paths: ["lib/*", "tests/*"]
sensiolabs_security_checker: true

View File

@ -5,7 +5,6 @@ php:
- 7.0
- 7.1
- nightly
- hhvm
env:
- DB=mysql
@ -43,42 +42,9 @@ matrix:
env:
- DB=sqlite
- DEPENDENCIES='low'
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next Trusty update
addons:
mariadb: 10.1
env: DB=mariadb
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next update
addons:
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
services:
- mysql
env: DB=mysql
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next update
services:
- postgresql
env: DB=pgsql
- php: hhvm
sudo: true
dist: trusty
group: edge # until the next update
env: DB=sqlite
allow_failures:
- php: nightly
- php: hhvm
cache:
directories: