diff --git a/buildScripts/travisHomeBrewDoItAll b/buildScripts/travisHomeBrewDoItAll index a405e78..95bee7a 100755 --- a/buildScripts/travisHomeBrewDoItAll +++ b/buildScripts/travisHomeBrewDoItAll @@ -54,4 +54,11 @@ echo $PATH echo $LDFLAGS echo $CPPFLAGS which clang +ls -la $(which clang) +which python +ls -la $(which python) +python --version +which pdf2htmlEX +ls -la $(which pdf2htmlEX) +pdf2htmlEX --version echo "-------------------------------------------------"