mirror of https://github.com/kivy/kivy.git
remove comment
This commit is contained in:
parent
d45af7b8a3
commit
d57d533e19
|
@ -53,7 +53,7 @@ script:
|
|||
fi;
|
||||
- if [ "${RUN}" == "docs" ]; then
|
||||
make html;
|
||||
make pdf || true; # first attempt may fail
|
||||
make pdf || true;
|
||||
make pdf;
|
||||
fi;
|
||||
|
||||
|
|
Loading…
Reference in New Issue