Drop HHVM support
This commit is contained in:
parent
fc67b398a1
commit
99dc8aa2a9
@ -27,8 +27,4 @@ tools:
|
|||||||
enabled: true
|
enabled: true
|
||||||
filter:
|
filter:
|
||||||
paths: ["lib/*", "tests/*"]
|
paths: ["lib/*", "tests/*"]
|
||||||
php_hhvm:
|
|
||||||
enabled: true
|
|
||||||
filter:
|
|
||||||
paths: ["lib/*", "tests/*"]
|
|
||||||
sensiolabs_security_checker: true
|
sensiolabs_security_checker: true
|
||||||
|
34
.travis.yml
34
.travis.yml
@ -5,7 +5,6 @@ php:
|
|||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
- nightly
|
- nightly
|
||||||
- hhvm
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
@ -43,42 +42,9 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
- DEPENDENCIES='low'
|
- 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:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
- php: hhvm
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user