test travis 3

This commit is contained in:
Stephen Gaito 2020-06-06 09:40:24 +01:00
parent c69a56f41e
commit 76bd542ae5
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@
# This bash script reports the more important TRAVIS environment variables
source ./buildScripts/reSourceVersionEnvs
echo "TravisCI env:"
echo " dist: [$TRAVIS_DIST]"
echo " tag: [$TRAVIS_TAG]"
@ -16,8 +18,6 @@ echo " unattended: [$UNATTENDED]"
echo " make parallel: [$MAKE_PARALLEL]"
echo " distribution: [$BUILD_DIST]"
source ./buildScripts/reSourceVersionEnvs
echo "pdf2htmlEX env:"
echo " poppler: [$POPPLER_VERSION]"
echo " fontforge: [$FONTFORGE_VERSION]"