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

Commit

Permalink
Don't lint on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jul 1, 2019
1 parent 579f2d6 commit 86e030b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ composer install
hh_client

vendor/bin/hacktest tests/
vendor/bin/hhast-lint
if !(hhvm --version | grep -q -- -dev); then
vendor/bin/hhast-lint
fi

0 comments on commit 86e030b

Please sign in to comment.