From 491d5528ed1f989127cebdcddeaad48df20be8b8 Mon Sep 17 00:00:00 2001 From: Danila Malyutin Date: Sun, 16 Aug 2015 02:02:21 +0300 Subject: [PATCH] Don't print all env vars on travis clogs logs and might leak encrypted vars if we'll have any. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 519da2ef1d..d48772fd07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,7 @@ addons: # It passed but when coverall it failed. script: # Add a command to show all the variables now. maybe only useful for debugging travis. - - echo "--Shell Export Lists START--" ; export -p; echo "--Shell Export Lists STOP--"; +# - echo "--Shell Export Lists START--" ; export -p; echo "--Shell Export Lists STOP--"; # And to ensure the versions of toolchain - echo "--CXX version?"; "$CXX" --version; echo "--CXX version confirmed"; # From https://github.com/devernay/cminpack/blob/master/.travis.yml: that is $COVERITY_SCAN_BRANCH not ${COVERITY_SCAN_BRANCH}