Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit a55d9af

Browse files
committed
Also test in PHP7 mode
1 parent 6c3a494 commit a55d9af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ cd /var/source
1010
hhvm /usr/local/bin/composer install
1111
hh_server --check $(pwd)
1212
hhvm vendor/bin/phpunit tests/
13+
if [ $(hhvm --php -r 'echo HHVM_VERSION_ID;' 2>/dev/null) -ge 32002 ]; then
14+
hhvm -d hhvm.php7.all=1 vendor/bin/phpunit tests/
15+
fi

0 commit comments

Comments
 (0)