Skip to content
Snippets Groups Projects
Commit 83fb88d6 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Debugging some Travis problems...

parent 035c7630
No related branches found
No related tags found
No related merge requests found
......@@ -59,10 +59,9 @@ script:
# Also build cabal-install.
- cd ../cabal-install
- cabal sandbox init
- cabal sandbox add-source ../Cabal
- cabal sandbox add-source ../ansi-wl-pprint
- cabal sandbox add-source ../Cabal ../ansi-wl-pprint
- cabal install --dependencies-only --enable-tests
- cabal configure --enable-tests --ghc-option=-Werror
- cabal configure --enable-tests --ghc-option=-Werror -v3
- cabal build
- cabal test
- cabal check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment