Removes HHVM from Travis

Because HHVM removes PHP support
https://www.phoronix.com/scan.php?page=news_item&px=HHVM-4.0-Released
pull/2249/head
Alexandre Alapetite 6 years ago
parent 7aa7aee5db
commit 0b997b58a5
  1. 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

Loading…
Cancel
Save