diff options
author | teor <teor@torproject.org> | 2019-07-01 14:10:07 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-07-01 14:25:33 +1000 |
commit | ac7ce179834d8d97342fc17bc385730eccc109a8 (patch) | |
tree | a893df0bff8ae3d26b354fc711f8266559196095 | |
parent | b26e3e4c565f4f764ee13a8afd5ea569547bc402 (diff) | |
download | tor-ac7ce179834d8d97342fc17bc385730eccc109a8.tar.gz tor-ac7ce179834d8d97342fc17bc385730eccc109a8.zip |
Travis: show the chutney commit and python version
Part of 29280.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cb1351a18e..562036e51e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,6 +151,10 @@ install: ## Finally, list installed package versions - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then dpkg-query --show; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew list --versions; fi + ## Get python version + - python --version + ## If we're running chutney, show the chutney commit + - if [[ "$CHUTNEY" != "" ]]; then pushd "$CHUTNEY_PATH"; git log -1 ; popd ; fi script: - ./autogen.sh |