diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-04-20 12:09:46 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-04-20 12:09:46 +0200 |
commit | a67cabafbf8b79dd62849cb93d245155b0f73043 (patch) | |
tree | 0b529a2e8f968eb3f996a1ba8dd2e229212ee4b2 /.travis.yml | |
parent | f9fe9beba9e7d5eb81b4d8b67841c20bc75b7602 (diff) | |
download | ATCD-a67cabafbf8b79dd62849cb93d245155b0f73043.tar.gz |
Clone MPC only with depth 1
* .travis.yml:
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e57bbe7642a..5c51f004baf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ addons: - libssl-dev - libxerces-c-dev before_install: - - git clone git://github.com/DOCGroup/MPC.git + - git clone --depth 1 git://github.com/DOCGroup/MPC.git branches: only: - master |