diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1ef48c87a..cb344b271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |