Skip to content

Commit

Permalink
Merge pull request #36 from koterpillar/reenable-hlint
Browse files Browse the repository at this point in the history
Reenable HLint
  • Loading branch information
koterpillar committed Feb 23, 2020
2 parents 9a982c7 + fa605c5 commit fba1736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ before_install:
install:
- stack --no-terminal --install-ghc test --bench --dry-run
- stack --no-terminal --install-ghc test --bench --only-dependencies
#- stack --no-terminal --install-ghc install hlint
- stack --no-terminal --install-ghc install hlint

script:
#- hlint src testsuite
- hlint src testsuite
- stack --no-terminal test --bench --no-run-benchmarks

before_deploy:
Expand Down

0 comments on commit fba1736

Please sign in to comment.