We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff1c75 commit c91044aCopy full SHA for c91044a
.travis.sh
@@ -15,7 +15,6 @@ hh_client
15
# no run-time tests for this as it's just interfaces
16
# hhvm vendor/bin/hacktest tests/
17
18
-# ... but we probably should enable lint
19
-#if !(hhvm --version | grep -q -- -dev); then
20
-# hhvm vendor/bin/hhast-lint
21
-#fi
+if !(hhvm --version | grep -q -- -dev); then
+ hhvm vendor/bin/hhast-lint
+fi
0 commit comments