From 76bd542ae5aba714da89f9dd41ddecad98a30360 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Sat, 6 Jun 2020 09:40:24 +0100 Subject: [PATCH] test travis 3 --- buildScripts/reportEnvs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildScripts/reportEnvs b/buildScripts/reportEnvs index 331a796..7630fc1 100755 --- a/buildScripts/reportEnvs +++ b/buildScripts/reportEnvs @@ -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]"