Skip to content

Commit b2fc434

Browse files
mariushochthiemowmde
authored andcommitted
Travis: Don't run phpmd with HHVM
Currently fails with: Fatal error: Uncaught Error: Class Symfony\Component\DependencyInjection\Exception\ExceptionInterface may not inherit from sealed interface (Throwable) without being in the whitelist
1 parent 996890e commit b2fc434

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ sudo: false
1414

1515
install: travis_retry composer install
1616

17-
script: composer ci
17+
# Hack: Don't run phpmd with HHVM
18+
script: if $(php --version | grep -q HipHop); then composer test; else composer ci; fi
1819

1920
notifications:
2021
irc:

0 commit comments

Comments
 (0)