]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix doc build on travis after removal of 'cd maint'
authorBen Darnell <ben@bendarnell.com>
Mon, 30 Dec 2013 17:19:50 +0000 (12:19 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 30 Dec 2013 17:19:50 +0000 (12:19 -0500)
.travis.yml

index e0d0cfa8ac59f05bc49318c987133f7b58c8f74f..306b03fc501d24c7408bc1b08ace30908e51af44 100644 (file)
@@ -41,7 +41,7 @@ script:
     - if [[ $TRAVIS_PYTHON_VERSION == 2* && $DEPS == true ]]; then python $TARGET --resolver=tornado.platform.twisted.TwistedResolver; fi
     - if [[ $TRAVIS_PYTHON_VERSION != pypy && $DEPS == true ]]; then python $TARGET --resolver=tornado.platform.caresresolver.CaresResolver; fi
     - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then python $TARGET --ioloop_time_monotonic; fi
-    - if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $DEPS == true ]]; then cd ../docs && mkdir sphinx-out && sphinx-build -E -n -W -b html . sphinx-out; fi
+    - if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $DEPS == true ]]; then cd docs && mkdir sphinx-out && sphinx-build -E -n -W -b html . sphinx-out; fi
 
 after_success:
     coveralls
\ No newline at end of file