1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Run hlint in Travis.

This commit is contained in:
Patrick Thomson 2019-10-21 14:09:02 -04:00
parent fd06ccf462
commit 2d4f4cb64a

View File

@ -42,6 +42,8 @@ script:
- cabal new-run semantic-source:doctest
# parse-examples is disabled because it slaughters our CI
# - cabal new-run semantic:parse-examples
# Downloads an hlint binary rather than going through cabal-install
- curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s src
# Any branch linked with a pull request will be built, as well as the non-PR
# branches listed below: