]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: show the chutney commit and python version
authorteor <teor@torproject.org>
Mon, 1 Jul 2019 04:10:07 +0000 (14:10 +1000)
committerteor <teor@torproject.org>
Mon, 1 Jul 2019 04:25:33 +0000 (14:25 +1000)
Part of 29280.

.travis.yml

index cb1351a18e077b2afdd1c3849fddd7c4579eb208..562036e51e5e065e32df0758b0b97f2aaa0115bc 100644 (file)
@@ -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