Let HHVM fail /shrug

This commit is contained in:
Justin Hileman
2019-07-21 22:34:20 -07:00
parent 72d07520ec
commit 4c28410c3a
+2
View File
@@ -16,6 +16,8 @@ matrix:
- php: 7.2
- php: hhvm
dist: trusty
allow_failures:
- php: hhvm
script:
- '[[ "$TRAVIS_PHP_VERSION" = 5.2* ]] && phpunit || vendor/bin/phpunit --verbose'