Skip to content

Commit

Permalink
Remove haddock argument in travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-fleischman committed Feb 18, 2016
1 parent c0d1199 commit 2e8a39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
script: stack $ARGS --no-terminal --install-ghc test

# Caching so the next build will be fast too.
cache:
Expand Down

0 comments on commit 2e8a39e

Please sign in to comment.