show version info on Travis.

This commit is contained in:
Kazu Yamamoto 2014-07-03 12:11:42 +09:00
parent f9e912e425
commit 0639f54022
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ before_install:
- sudo apt-get update
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/1.18/bin:$PATH
- which ghc
- ghc --version
- which ghci
- ghci --version
- which cabal
- cabal --version
install:
- cabal update