Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
c41b716d
Commit
c41b716d
authored
Jul 19, 2014
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c41b716d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment