commit 739b22c23adb0a6b7391c2241d878a76b6a3b641 Author: rl1987 rl1987@sdf.lonestar.org Date: Fri Oct 19 21:19:39 2018 +0300
Log stem commit id --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index b044f9826..842e31cc7 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
tor-commits@lists.torproject.org