diff --git a/.travis.yml b/.travis.yml
index 29adc1e452771f1575064e081518604a84c4563a..a0aaf0cc3ce67ed434552f19e99e4f34720bebea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,6 @@ php:
 - 7.1
 - 7.2
 - 7.3
-- hhvm
-matrix:
-  allow_failures:
-  - php: hhvm
 before_script:
 - composer update
 - if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then composer require --dev vimeo/psalm:0.3.92; fi