Add haddock to .travis so we catch errors in documentation strings.

This commit is contained in:
Joe Hendrix 2019-06-12 15:53:38 -07:00
parent c4870f9a37
commit e9b9379234
No known key found for this signature in database
GPG Key ID: 8DFA5FF784098C4F

View File

@ -32,3 +32,5 @@ install:
- stack build --ghc-options="-Wall -Werror"
# Run tests
- stack test macaw-x86 macaw-x86-symbolic --ghc-options="-Wall -Werror"
# Build documentation
- stack haddock