aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Biehl <alexbiehl@gmail.com>2017-04-13 07:27:18 +0200
committerGitHub <noreply@github.com>2017-04-13 07:27:18 +0200
commit99ec96e57ea6b002394c923201d46a67ecfb8e16 (patch)
treef332a35522ef07b5c583676ed95c782e8de22b0f /.travis.yml
parent3b64e93ec1811bb5741550a4956ea5f28be24443 (diff)
Disable doctest with ghc-8.3
Currently doctest doesn't support ghc-head
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7fb97c8e..405f8753 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,13 +14,13 @@ before_install:
- cabal update
- cd haddock-library
- cabal install --only-dependencies --enable-tests
- - cabal install doctest
+# - cabal install doctest
# --ghc-options=-Werror
- cabal configure --enable-tests && cabal build && cabal test
- - doctest -isrc -i$(echo vendor/attoparsec-*) -optP-include -optPdist/build/autogen/cabal_macros.h src/Documentation/Haddock/Parser.hs
+# - doctest -isrc -i$(echo vendor/attoparsec-*) -optP-include -optPdist/build/autogen/cabal_macros.h src/Documentation/Haddock/Parser.hs
- cabal install
- cd ..
- (cd haddock-api/ && cabal install --only-dependencies --enable-tests && cabal configure --enable-tests && cabal build && cabal test && cabal install)
script:
- - cabal configure --enable-tests && cabal build && cabal test \ No newline at end of file
+ - cabal configure --enable-tests && cabal build && cabal test