Skip to content
Snippets Groups Projects
Commit c41b716d authored by Joachim Breitner's avatar Joachim Breitner
Browse files

travis: Install process via cabal

and install to global data base (bad practice, but ok on a throw-away CI
system).
parent b34fa11a
No related merge requests found
......@@ -20,8 +20,8 @@ before_install:
install:
- sudo apt-get update
- sudo apt-get install haskell-platform autoconf libtool make ncurses-dev g++ dblatex docbook-xsl docbook-utils
- cabal update
- cabal install happy alex
- sudo cabal update
- sudo cabal install --global happy alex process
script:
- echo 'V = 0' >> mk/validate.mk # otherwise we hit log file limits on travis.
# do not build docs
......
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