diff --git a/.travis.yml b/.travis.yml index 29682488140..dc88a8f76e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ cache: - $HOME/.cache/pip - _build -install: pip install sphinx~=1.3 git+https://github.com/fabpot/sphinx-php.git +install: pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git script: sphinx-build -nW -b html -d _build/doctrees . _build/html