From 4b79873f6d0341238615174be393f024b888d13b Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 3 Sep 2014 16:03:47 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 046b7b2..9d83258 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ install: - "sudo pip install -r requirements.txt" # command to run tests script: sphinx-build -n -b html -d _build/doctrees . _build/html -after_script: curl -X POST http://readthedocs.org/build/limnoria-doc # Flags used here, not in `make html`: # -n Run in nit-picky mode. Currently, this generates warnings for all missing references. # -W Turn warnings into errors. This means that the build stops at the first warning and sphinx-build exits with exit status 1.