Skip to content
Permalink
Browse files
Stop initialising rust submodules, travis does this for us
Fixes #24630.
  • Loading branch information
teor2345 committed Dec 15, 2017
1 parent e7baa51 commit d219c568abb82e4c564fb8fe95eeb4ac423affc2
Showing with 0 additions and 2 deletions.
  1. +0 −2 .travis.yml
@@ -93,8 +93,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:

0 comments on commit d219c56

Please sign in to comment.