commit 78eb0192dae890c473d1920e23635db6d3624b2f
parent 346c2eb4e60299f69327b5e63e1e25aaf678f964
Author: Nick Mathewson <nickm@torproject.org>
Date: Fri, 27 Apr 2018 13:26:17 -0400
Merge branch 'maint-0.3.3'
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -144,8 +144,6 @@ install:
- if [[ "$RUST_OPTIONS" != "" ]]; then rustc --version; fi
- if [[ "$RUST_OPTIONS" != "" ]]; then cargo --version; fi
## If we're testing rust builds in offline-mode, then set up our vendored dependencies
- - if [[ "$RUST_OPTIONS" == "--enable-rust" ]]; then git submodule init ; fi
- - if [[ "$RUST_OPTIONS" == "--enable-rust" ]]; then git submodule update; fi
- if [[ "$TOR_RUST_DEPENDENCIES" == "true" ]]; then export TOR_RUST_DEPENDENCIES=$PWD/src/ext/rust/crates; fi
script: