summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-12-15 12:55:02 +1100
committerNick Mathewson <nickm@torproject.org>2018-04-27 13:26:12 -0400
commitb116710e313c6debf9bc172e462837782def57bd (patch)
treece43e26d367b8ec0d02882bdf5e36163036524e2 /.travis.yml
parent58f54a3588cf722a31b10fa0450225f7685c8629 (diff)
downloadtor-b116710e313c6debf9bc172e462837782def57bd.tar.gz
tor-b116710e313c6debf9bc172e462837782def57bd.zip
Stop initialising rust submodules, travis does this for us
Fixes #24630.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 18c5b5bdd5..46317ee064 100644
--- 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: