Don't print all env vars on travis
clogs logs and might leak encrypted vars if we'll have any.
This commit is contained in:
committed by
Nekotekina
parent
7460d215fd
commit
491d5528ed
+1
-1
@@ -74,7 +74,7 @@ addons:
|
|||||||
# It passed but when coverall it failed.
|
# It passed but when coverall it failed.
|
||||||
script:
|
script:
|
||||||
# Add a command to show all the variables now. maybe only useful for debugging travis.
|
# 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
|
# And to ensure the versions of toolchain
|
||||||
- echo "--CXX version?"; "$CXX" --version; echo "--CXX version confirmed";
|
- 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}
|
# From https://github.com/devernay/cminpack/blob/master/.travis.yml: that is $COVERITY_SCAN_BRANCH not ${COVERITY_SCAN_BRANCH}
|
||||||
|
|||||||
Reference in New Issue
Block a user