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

Commit a4c8682

Browse files
committed
Don't run lint against nightlies; introduces circular dependency
1 parent a87bac5 commit a4c8682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ composer install
1717
hh_client
1818

1919
vendor/bin/hacktest tests/
20-
vendor/bin/hhast-lint
20+
if !(hhvm --version | grep -q -- -dev); then
21+
vendor/bin/hhast-lint
22+
fi
2123

2224
hhvm examples/dorm/codegen.php examples/dorm/demo/DormUserSchema.php
2325
if ! git diff --exit-code examples/; then

0 commit comments

Comments
 (0)