Sfoglia il codice sorgente

Removes HHVM from Travis

Because HHVM removes PHP support
https://www.phoronix.com/scan.php?page=news_item&px=HHVM-4.0-Released
Alexandre Alapetite 7 anni fa
parent
commit
0b997b58a5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -6,7 +6,6 @@ php:
   - '7.0'
   - '7.1'
   - '7.2'
-  - hhvm
 
 install:
   # newest version without https://github.com/squizlabs/PHP_CodeSniffer/pull/1404