diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-03 14:49:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-03 14:49:03 -0400 |
commit | c3f589c4d487577a92020fc942e5de7397cfe6bc (patch) | |
tree | 0ddf4c6446eba59cb9ee39adc91a1fd0eeb9f1ce /.travis.yml | |
parent | e75583e71bf87ce6d40a801396cf3def39a60c45 (diff) | |
parent | 82d8304efa92cb55647eb0c6b87b90b9eaf103e0 (diff) | |
download | tor-c3f589c4d487577a92020fc942e5de7397cfe6bc.tar.gz tor-c3f589c4d487577a92020fc942e5de7397cfe6bc.zip |
Merge branch 'ticket34220_041' into ticket34220_042
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 ae7b93ed91..3a160840a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -195,10 +195,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 |