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

Commit 4106748

Browse files
committed
Set forward compatibility level
1 parent db6d9c5 commit 4106748

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.hhconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ disallow_destruct = true
88
# - otherwise, we get a circular dependency
99
# - we don't use anything other than executables from it
1010
ignored_paths = [ "vendor/.+/tests/.+", "vendor/hhvm/hhast/.+" ]
11+
forward_compatibility_level=3.27

.travis.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ composer install
77
hh_client
88

99
hhvm vendor/bin/phpunit
10-
11-
echo > .hhconfig
12-
rm -rf vendor/hhvm/hhast # avoid circular dependency when fixing things
13-
hh_server --check $(pwd)

0 commit comments

Comments
 (0)