mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 09:25:48 +00:00
Merge pull request #1228 from tarleb/travis-fail-on-warnings
Force failure of a Travis build if GHC produces warnings
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ before_install:
|
||||
install:
|
||||
- cabal-dev install-deps --enable-tests
|
||||
script:
|
||||
- 'cabal-dev configure --enable-tests && cabal-dev build && cabal-dev test'
|
||||
- 'cabal-dev configure --enable-tests && cabal-dev build --ghc-options=-Werror && cabal-dev test'
|
||||
|
||||
Reference in New Issue
Block a user