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

Commit 92848db

Browse files
committed
Fix .travis.sh test for 3.22
1 parent 119ee77 commit 92848db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ hh_server --check $(pwd)
1010
hhvm -d hhvm.php7.all=0 vendor/bin/phpunit tests/
1111
hhvm -d hhvm.php7.all=1 vendor/bin/phpunit tests/
1212

13+
HHVM_VERSION=$(hhvm --php -r 'echo HHVM_VERSION_ID;' 2>/dev/null);
1314
if [ $HHVM_VERSION -ge 32200 -a $HHVM_VERSION -lt 32300 ]; then
1415
echo enable_experimental_tc_features = optional_shape_field, unknown_fields_shape_is_not_subtype_of_known_fields_shape >> .hhconfig
1516
hh_server --check $(pwd)

0 commit comments

Comments
 (0)