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

Commit bc266f1

Browse files
committed
only lint on release builds
1 parent d9628d9 commit bc266f1

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
@@ -13,4 +13,6 @@ composer install
1313

1414
hh_client
1515
vendor/bin/hacktest tests/
16-
vendor/bin/hhast-lint
16+
if !(hhvm --version | grep -q -- -dev); then
17+
vendor/bin/hhast-lint
18+
fi

0 commit comments

Comments
 (0)