diff options
author | David Goulet <dgoulet@torproject.org> | 2020-06-12 12:55:34 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-06-12 12:55:34 -0400 |
commit | 53faca10ad122b71a1b37819726fb60ae3cfb6d6 (patch) | |
tree | 6f6941f13202b85f1b64a9906641d111f141885f /.travis.yml | |
parent | 3cb77a9cca44e6ad4f582d6b68fec51a5d6efdff (diff) | |
parent | c3f589c4d487577a92020fc942e5de7397cfe6bc (diff) | |
download | tor-53faca10ad122b71a1b37819726fb60ae3cfb6d6.tar.gz tor-53faca10ad122b71a1b37819726fb60ae3cfb6d6.zip |
Merge branch 'tor-github/pr/1913'
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index cbbff2d942..01343e65d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -210,10 +210,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 |