Only shallow clone jsdoc

glsl-unit is not shallow cloned because code.google.com returns a 500
Internal Server Error.
This commit is contained in:
Tom Payne
2013-03-25 12:28:44 +01:00
parent e196a9e68e
commit 116370f7f1

View File

@@ -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: