commit 739b22c23adb0a6b7391c2241d878a76b6a3b641 parent 4fd4e27163c0819a05d10d2d07c6646f32bf9235 Author: rl1987 <rl1987@sdf.lonestar.org> Date: Fri, 19 Oct 2018 21:19:39 +0300 Log stem commit id Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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