From: teor Date: Mon, 1 Jul 2019 04:10:07 +0000 (+1000) Subject: Travis: show the chutney commit and python version X-Git-Tag: tor-0.3.5.9~31^2^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac7ce179834d8d97342fc17bc385730eccc109a8;p=thirdparty%2Ftor.git Travis: show the chutney commit and python version Part of 29280. --- 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