Skip to content

Commit

Permalink
[#13] Add hlint checks in travis ci (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby authored and vrom911 committed Nov 3, 2018
1 parent a2d8678 commit 41c235f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ script:
else
stack build --test --bench --no-run-benchmarks --no-terminal --ghc-options=-Werror
fi
- curl https://raw.githubusercontent.com/kowainik/relude/bc23b0fe2c3699f5c202ed04222766dc0d789fd1/.hlint.yaml -o .hlint-relude.yaml
- curl -sSL https://raw.github.com/ndmitchell/neil/master/misc/travis.sh | sh -s -- hlint -h .hlint-relude.yaml src/ test/

notifications:
email: false

0 comments on commit 41c235f

Please sign in to comment.