Files
openlayers/.travis.yml
ahocevar 77efd352ad Use JSDoc master again
... so we're able to always give the JSDoc project instant
feedback on how it works with code that uses the Closure
library.
2013-03-22 10:50:15 +01:00

11 lines
348 B
YAML

before_install:
- "sudo pip install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz"
- "git clone https://github.com/jsdoc3/jsdoc && (cd jsdoc && git checkout master)"
before_script:
- "./build.py plovr"
- "./build.py serve-integration-test &"
- "sleep 3"
script: "./build.py JSDOC=jsdoc/jsdoc integration-test"