]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Log stem commit id
authorrl1987 <rl1987@sdf.lonestar.org>
Fri, 19 Oct 2018 18:19:39 +0000 (21:19 +0300)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Oct 2018 19:18:07 +0000 (15:18 -0400)
.travis.yml

index b044f98260b8e39722241dfba71f7a49ac42fe30..842e31cc719559e1cf9757714fc9fdcd42dd0739 100644 (file)
@@ -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