Ver Fonte

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 há 6 anos atrás
pai
commit
7c1e889717
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -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: