diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-08-23 16:25:17 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-08-23 16:25:17 -0400 |
commit | 80737eebb10731383dd61f9c5e50951667434cc8 (patch) | |
tree | a030e754f4eaa97e7a60ad6b992c0af100ce8a7a | |
parent | 76582766b4016894ce323e15235a796fac5874ff (diff) | |
parent | 61f9c2fa855d9d1ca456f5b097b04baba56c20d6 (diff) |
Merge pull request #310 from PeterDaveHello/patch-1
make CI build faster
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 06713124..4bacb0bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,6 @@ before_install: - bower install script: "grunt swatch" + +git: + depth: 10 |