Skip to content

Commit

Permalink
enable lint in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Feb 13, 2019
1 parent 5ff1c75 commit c91044a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ hh_client
# no run-time tests for this as it's just interfaces
# hhvm vendor/bin/hacktest tests/

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

0 comments on commit c91044a

Please sign in to comment.