mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Travis: not pedantic
This commit is contained in:
parent
5e7424c77e
commit
69863eb363
@ -28,7 +28,7 @@ before_install:
|
||||
# This line does all of the work: installs GHC if necessary, build the library,
|
||||
# executables, and test suites, and runs the test suites. --no-terminal works
|
||||
# around some quirks in Travis's terminal implementation.
|
||||
script: stack $ARGS --no-terminal --install-ghc test --haddock --pedantic
|
||||
script: stack $ARGS --no-terminal --install-ghc test --haddock # --pedantic
|
||||
|
||||
# Caching so the next build will be fast too.
|
||||
cache:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user