summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-07-21 09:21:48 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2014-07-21 09:21:48 +0200
commitd3277f4f02aa93aac2715894f56a894e9ad86501 (patch)
tree99e54270464dee284e0782483360fe4a6bafe57e /.travis.yml
parent828e641e02a05896c53c005ef3c82db7f3797bb7 (diff)
downloadhaskell-d3277f4f02aa93aac2715894f56a894e9ad86501.tar.gz
Revert "travis: Install process via cabal"
This reverts commit c41b716d82b1722f909979d02a76e21e9b68886c. With the Cabal bump reverted, this should build again, and we aim to keep it buildable like this.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b64940960..57153b661b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
- - sudo cabal update
- - sudo cabal install --global happy alex process
+ - cabal update
+ - cabal install happy alex
script:
- echo 'V = 0' >> mk/validate.mk # otherwise we hit log file limits on travis.
# do not build docs