From 14fa49762b3a934f593302a1e4c3ca180e090389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Mon, 23 Dec 2013 14:06:57 +0100 Subject: [PATCH] [travis-ci] cabal update before installing happy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 988324c..fc686df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ before_install: - sudo add-apt-repository -y ppa:hvr/ghc - sudo apt-get update - sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER hlint + - cabal-$CABALVER update - cabal-$CABALVER install happy -j - export PATH=/opt/ghc/$GHCVER/bin:~/.cabal/bin:$PATH install: - - cabal-$CABALVER update - cabal-$CABALVER install --only-dependencies --enable-tests --enable-benchmarks -j script: