Skip to content

Commit

Permalink
Another try to get HLint running in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yates authored and Tim Yates committed Oct 24, 2019
1 parent ade0b3d commit b78ed19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -23,9 +23,11 @@ jobs:
- stack test --system-ghc

- name: HLint
install: skip
install:
- curl -sSL https://get.haskellstack.org/ | sh
- stack --version
- stack build --system-ghc hlint
script:
- stack build hlint
- stack exec hlint .

cache:
Expand Down

0 comments on commit b78ed19

Please sign in to comment.