1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/15499] Remove HHVM from Travis build matrix

PHPBB3-15499
This commit is contained in:
Derky
2018-01-06 00:09:02 +01:00
parent 182a96f273
commit 90e440855e
3 changed files with 17 additions and 33 deletions

View File

@@ -26,7 +26,7 @@ then
travis/setup-mariadb.sh
fi
if [ "$NOTESTS" != '1' -a "$TRAVIS_PHP_VERSION" != "hhvm" ]
if [ "$NOTESTS" != '1' ]
then
travis/setup-php-extensions.sh
fi