.travis.yml: Install the latest happy

This commit is contained in:
Kohei Suzuki 2014-01-08 20:53:22 +09:00
parent 079bcf5f98
commit 0989a1dac2
1 changed files with 4 additions and 1 deletions

View File

@ -8,11 +8,14 @@ env:
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER happy
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
install:
- cabal-1.18 update
- cabal-1.18 install happy
- export PATH=$HOME/.cabal/bin:$PATH
- happy --version
- cabal-1.18 install --only-dependencies --enable-tests
script: