Upgrade to jsdoc 3.3.

This commit is contained in:
Paul Spencer
2014-04-07 19:18:02 -04:00
parent aa6c188da6
commit 6d3bbe61ce
6 changed files with 54 additions and 58 deletions
+1 -6
View File
@@ -1,10 +1,5 @@
before_install:
- "sudo pip install -r requirements.txt"
- "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc"
- "cd build/jsdoc"
- "git fetch origin refs/tags/v3.2.2:refs/tags/v3.2.2"
- "git checkout tags/v3.2.2"
- "cd ../.."
- "npm install"
before_script:
@@ -13,4 +8,4 @@ before_script:
- "rm src/ol/renderer/webgl/*shader.js"
- "sleep 3"
script: "./build.py JSDOC=build/jsdoc/jsdoc integration-test"
script: "./build.py integration-test"