Travis CI: Remove hhvm master and nightly, add HHVM 3.30 and 3.27

HHVM 4 no longer supports execution of PHP code. HHVM 3.30 and 3.27 are the only remaining still supported HHVM versions with PHP support. They will reach end-of-life in the course of 2019.
This commit is contained in:
Daniel Rudolf 2019-02-21 10:35:11 +01:00
parent e697f56d10
commit 7c1e889717
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
1 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,8 @@ jobs:
- php: 7.2
- php: 7.3
- php: nightly
- php: hhvm
- php: hhvm-nightly
- php: hhvm-3.27 # until Sep 2019
- php: hhvm-3.30 # until Nov 2019
# Deployment stage
- stage: deploy
@ -48,7 +48,6 @@ jobs:
# Ignore nightly build failures
allow_failures:
- php: nightly
- php: hhvm-nightly
fast-finish: true
before_install: