diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-16 10:34:20 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-16 10:34:20 -0700 |
commit | eabaa625fe91541f67e35feac0d0e31479447101 (patch) | |
tree | 3015879b05dbbf4adc2387e0e87b77dcd43860aa | |
parent | 650f83194914845104aa20c2a3487ee5d9fdf77f (diff) | |
download | pandoc-eabaa625fe91541f67e35feac0d0e31479447101.tar.gz |
Fixed travis build to install alex for GHC 7.8.2.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 23627b1b0..7f24986d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: install: - cabal-1.18 update - | - if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.1" ]; then + if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.2" ]; then cabal-1.18 install happy alex export PATH=$HOME/.cabal/bin:$PATH fi |