Added some travis diagnostics.

This commit is contained in:
John MacFarlane 2015-08-15 11:10:29 -07:00
parent cc37c5470d
commit 3a9352957a

View file

@ -22,6 +22,10 @@ before_install:
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
install:
# diagnostics:
- echo $PATH
- ls /opt/ghc/
- which ghc
- cabal-$CABALVER update
# - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd ..
- cabal-$CABALVER install $JOPTS --only-dependencies --enable-tests