Просмотр исходного кода

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 лет назад
Родитель
Сommit
0b997b58a5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

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