aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-02-13 15:45:01 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-02-13 15:45:01 +0100
commit0b997b58a56bd0a4e8758c72653674810092c17d (patch)
treef7e4a14a8ccb91a9bf05386c4a225738c715feca /.travis.yml
parent7aa7aee5db0a811c6c56a86f7c8d03ced971947d (diff)
Removes HHVM from Travis
Because HHVM removes PHP support https://www.phoronix.com/scan.php?page=news_item&px=HHVM-4.0-Released
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 24e0bf36b..44bc59e3f 100644
--- a/.travis.yml
+++ b/.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