Skip to content

Commit

Permalink
Travis: build benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 21, 2016
1 parent 1f56aa4 commit d34e40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ install:
set -ex
case "$BUILD" in
stack)
stack --no-terminal --install-ghc $ARGS test --only-dependencies
stack --no-terminal --install-ghc $ARGS test --bench --only-dependencies
;;
cabal)
cabal --version
Expand All @@ -1997,7 +1997,7 @@ script:
set -ex
case "$BUILD" in
stack)
stack --no-terminal $ARGS test --haddock --no-haddock-deps
stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
;;
cabal)
cabal install --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES
Expand Down

0 comments on commit d34e40f

Please sign in to comment.