aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-08-15 11:10:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-08-15 11:10:29 -0700
commit3a9352957af02c91b29e2ff0986f3c2d205b3106 (patch)
tree2cc1c42d8e7b13e53c4856cfd1a1a558bd09c4a6 /.travis.yml
parentcc37c5470d67006809cc323888e2d2803c6a472c (diff)
downloadpandoc-3a9352957af02c91b29e2ff0986f3c2d205b3106.tar.gz
Added some travis diagnostics.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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