]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Revert "Travis: temporarily fix stem version to d1174a83c2dcb7b8"
authorNick Mathewson <nickm@torproject.org>
Wed, 3 Jun 2020 18:48:05 +0000 (14:48 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 3 Jun 2020 18:48:05 +0000 (14:48 -0400)
This reverts commit e63bfca5f2d98788d11b9a0a82bf67277a228c71, now
that Stem has been upgraded to fix the underlying issue.

.travis.yml

index 852bebfa0f111e43c03d9ab3c7b6d59bf4779285..8bc9898f8f7642b9ac2bf79f8c55eee8f30f4d92 100644 (file)
@@ -191,10 +191,7 @@ install:
   ## If we're running chutney, install it.
   - if [[ "$CHUTNEY" != "" ]]; then git clone --depth 1 https://github.com/torproject/chutney.git ; export CHUTNEY_PATH="$(pwd)/chutney"; fi
   ## If we're running stem, install it.
-  ## XXXX We are temporarily fixing the version at d1174a83 to work around
-  ## https://github.com/torproject/stem/issues/63 .
-  ## - if [[ "$TEST_STEM" != "" ]]; then git clone --no-tags --depth 1 https://github.com/torproject/stem.git; export STEM_SOURCE_DIR=`pwd`/stem; fi
-  - if [[ "$TEST_STEM" != "" ]]; then git clone https://github.com/torproject/stem.git && ( cd ./stem && git checkout d1174a83c2dcb7b855d8fc986be3ab8f8d88d68c)  ; export STEM_SOURCE_DIR=`pwd`/stem; fi
+  - if [[ "$TEST_STEM" != "" ]]; then git clone --depth 1 https://github.com/torproject/stem.git ; export STEM_SOURCE_DIR=`pwd`/stem; fi
   ##
   ## Finally, list installed package versions
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then dpkg-query --show; fi