Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 4e438ed

Browse files
serrasFlavio Corpa
authored and
Flavio Corpa
committed
Do not run Haddock on CI (#43)
1 parent 61ae8be commit 4e438ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,3 @@ install:
2525
# Build dependencies
2626
- stack --no-terminal --install-ghc test --only-dependencies
2727
- stack --no-terminal --install-ghc test --only-dependencies --stack-yaml stack-nightly.yaml
28-
29-
script:
30-
# Build the package, its tests, and its docs and run the tests
31-
- stack --no-terminal test --haddock --no-haddock-deps
32-
- stack --no-terminal test --haddock --no-haddock-deps --stack-yaml stack-nightly.yaml

0 commit comments

Comments
 (0)