Skip to content

Commit

Permalink
Disable tests for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elaye committed Mar 12, 2017
1 parent 70ed8f5 commit 23e2dae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -48,7 +48,10 @@ before_install:

install:
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- stack --no-terminal test --only-dependencies
# - stack --no-terminal test --only-dependencies
- stack --no-terminal build

script:
- set -e; stack --no-terminal test --haddock --no-haddock-deps --ghc-options="-Werror"
# - set -e; stack --no-terminal test --haddock --no-haddock-deps --ghc-options="-Werror"
# - set -e; stack --no-terminal build --haddock --no-haddock-deps --ghc-options="-Werror"
- set -e; stack --no-terminal build --haddock --no-haddock-deps

0 comments on commit 23e2dae

Please sign in to comment.