浏览代码

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.
Daniel Rudolf 6 年之前
父节点
当前提交
7c1e889717
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

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