diff --git a/.travis.yml b/.travis.yml index c933afe971..750c171ad9 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" + - "git clone https://github.com/jsdoc3/jsdoc && (cd jsdoc && git checkout v3.1.1)" before_script: - "./build.py plovr"