From 218c704121714b4ac897cc609b08d2b5a5962f8c Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 25 Feb 2016 01:16:06 +0200 Subject: [PATCH] call make pdf only once from travis 'make pdf' is now executed twice in makefile https://github.com/kivy/kivy/commit/a06e325cf22922ae11c1f138aebae878edc24069 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8367378cf..40425bc9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,6 @@ script: fi; if [ "${RUN}" == "docs" ]; then make html; - make pdf || true; make pdf; fi; fi;