浏览代码

Merge branch 'maint-0.3.3'

Nick Mathewson 6 年之前
父节点
当前提交
78eb0192da
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .travis.yml

+ 0 - 2
.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: