Skip to content

Commit

Permalink
Stop initialising rust submodules, travis does this for us
Browse files Browse the repository at this point in the history
Fixes #24630.
  • Loading branch information
teor2345 authored and nmathewson committed Apr 27, 2018
1 parent 58f54a3 commit b116710
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b116710

Please sign in to comment.