Skip to content

Commit c91044a

Browse files
committed
enable lint in travis
1 parent 5ff1c75 commit c91044a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ hh_client
1515
# no run-time tests for this as it's just interfaces
1616
# hhvm vendor/bin/hacktest tests/
1717

18-
# ... but we probably should enable lint
19-
#if !(hhvm --version | grep -q -- -dev); then
20-
# hhvm vendor/bin/hhast-lint
21-
#fi
18+
if !(hhvm --version | grep -q -- -dev); then
19+
hhvm vendor/bin/hhast-lint
20+
fi

0 commit comments

Comments
 (0)