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

Commit 4ac7573

Browse files
committed
Remove haddock from travis for now
See commercialhaskell/stack#1292
1 parent 7bbff75 commit 4ac7573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ install:
2828
- ./travis_long stack +RTS -N2 -RTS build --only-snapshot --pedantic
2929

3030
script:
31-
- ./travis_long stack +RTS -N2 -RTS build --haddock
32-
- ./travis_long stack clean
31+
# - ./travis_long stack +RTS -N2 -RTS build --haddock
32+
# - ./travis_long stack clean
3333
- ./travis_long stack +RTS -N2 -RTS build --test --pedantic
3434
# - ./travis_long stack +RTS -N2 -RTS build --test --haddock
3535

0 commit comments

Comments
 (0)