summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-04-20 12:09:46 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-04-20 12:09:46 +0200
commita67cabafbf8b79dd62849cb93d245155b0f73043 (patch)
tree0b529a2e8f968eb3f996a1ba8dd2e229212ee4b2
parentf9fe9beba9e7d5eb81b4d8b67841c20bc75b7602 (diff)
downloadATCD-a67cabafbf8b79dd62849cb93d245155b0f73043.tar.gz
Clone MPC only with depth 1
* .travis.yml:
-rw-r--r--.travis.yml2
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