From 7c6fbb2af11f3726e2dee1d343a93ff0c970182c Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 17 Jan 2014 08:43:30 +0900 Subject: [PATCH] Revert "Work around https://github.com/simonmar/happy/issues/16" This reverts commit 785b5a4182191932e32bd514afe6291ec182e7a0. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb9d161..f1651cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,12 +12,7 @@ before_install: install: - cabal-1.18 update - # work around https://github.com/simonmar/happy/issues/16 - - if [ "$GHCVER" = '7.2.2' ]; then - sudo apt-get install happy; - else - cabal-1.18 install happy; - fi + - cabal-1.18 install happy - export PATH=$HOME/.cabal/bin:$PATH - happy --version - cabal-1.18 install --only-dependencies --enable-tests