mirror of https://github.com/kivy/kivy.git
call make pdf only once from travis
'make pdf' is now executed twice in makefile a06e325cf2
This commit is contained in:
parent
80fadb1b3f
commit
218c704121
|
@ -116,7 +116,6 @@ script:
|
|||
fi;
|
||||
if [ "${RUN}" == "docs" ]; then
|
||||
make html;
|
||||
make pdf || true;
|
||||
make pdf;
|
||||
fi;
|
||||
fi;
|
||||
|
|
Loading…
Reference in New Issue