summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-10-19 21:19:39 +0300
committerNick Mathewson <nickm@torproject.org>2018-10-29 15:18:07 -0400
commit739b22c23adb0a6b7391c2241d878a76b6a3b641 (patch)
tree53627a5474356c1f27b4aab93e49c279573b2e34 /.travis.yml
parent4fd4e27163c0819a05d10d2d07c6646f32bf9235 (diff)
downloadtor-739b22c23adb0a6b7391c2241d878a76b6a3b641.tar.gz
tor-739b22c23adb0a6b7391c2241d878a76b6a3b641.zip
Log stem commit id
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b044f98260..842e31cc71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -198,7 +198,7 @@ install:
- if [[ "$RUST_OPTIONS" != "" ]]; then rustup --version; fi
- if [[ "$RUST_OPTIONS" != "" ]]; then rustc --version; fi
- if [[ "$RUST_OPTIONS" != "" ]]; then cargo --version; fi
- - if [[ "$TEST_STEM" != "" ]]; then pushd stem; python -c "from stem import stem; print(stem.__version__);"; popd; fi
+ - if [[ "$TEST_STEM" != "" ]]; then pushd stem; python -c "from stem import stem; print(stem.__version__);"; git log -1; popd; fi
script:
- ./autogen.sh