From 88d21e17d2efa20d30d4f1401b6dbf330fcf9b9b Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Mon, 4 Jan 2016 01:08:36 -0800 Subject: [PATCH] Just use `make docs` instead of raise-on-warning Since we have warnings I can't currently get around when we generate images in the tutorial. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28dfc1a8d..3ec57d10c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ before_script: script: - coverage run setup.py test - - cd docs && make html-raise-on-warning && cd .. + - make docs after_success: - coveralls