Rewrite dependency lister from - now produces *much* easier to read output
[dbsrgits/DBIx-Class-Historic.git] / maint / travis-ci_scripts / 40_script.bash
index c95ce1f..062f796 100755 (executable)
@@ -10,6 +10,9 @@ run_harness_tests() {
   make test 2> >(tee "$TEST_STDERR_LOG")
 }
 
+# announce everything we have on this box
+TRAVIS="" perl -Ilib t/00describe_environment.t >/dev/null
+
 TEST_T0=$SECONDS
 if [[ "$CLEANTEST" = "true" ]] ; then
   echo_err "$(tstamp) Running tests with plain \`make test\`"