From 116370f7f1d4b5647e5e6b3d393ebccbdd026ccf Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 25 Mar 2013 12:28:44 +0100 Subject: [PATCH] Only shallow clone jsdoc glsl-unit is not shallow cloned because code.google.com returns a 500 Internal Server Error. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f96b6dc908..bf1afcc310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ before_install: - "sudo pip install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz" - - "git clone https://github.com/jsdoc3/jsdoc build/jsdoc" + - "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc" - "git clone https://code.google.com/p/glsl-unit/ build/glsl-unit" before_script: