mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
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:
parent
7460d215fd
commit
491d5528ed
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue