Skip to content

Commit

Permalink
Rollup merge of rust-lang#35085 - dns2utf8:git_clone_depth, r=alexcri…
Browse files Browse the repository at this point in the history
…chton

Reduce git clone --depth from 50 (default) to 1

This should speedup the builds a little.
  • Loading branch information
sanxiyn authored Aug 1, 2016
2 parents 758333a + ca25966 commit 05a2d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
# our configure script, so disable auto submodule management.
git:
submodules: false
depth: 1

before_install:
- docker build -t rust -f src/etc/Dockerfile src/etc
Expand Down

0 comments on commit 05a2d39

Please sign in to comment.