File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ install:
42
42
pip install --upgrade cython pillow nose coveralls;
43
43
fi;
44
44
if [ "${RUN}" == "docs" ]; then
45
- sudo apt-get -y install texlive-full;
45
+ echo -e " sudo apt-get -y install texlive-full" ;
46
46
pip install --upgrade sphinxcontrib-blockdiag sphinxcontrib-seqdiag sphinxcontrib-actdiag sphinxcontrib-nwdiag;
47
47
fi;
48
48
fi;
@@ -115,7 +115,7 @@ script:
115
115
fi;
116
116
if [ "${RUN}" == "docs" ]; then
117
117
make html;
118
- make pdf;
118
+ echo -e " make pdf" ;
119
119
fi;
120
120
fi;
121
121
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
@@ -153,8 +153,8 @@ after_success:
153
153
chmod 600 ~/.ssh/id_rsa;
154
154
echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;
155
155
rsync --delete --force -r -e ssh ./doc/build/html/ [email protected] :~/kivy.org/docs/api-trunk/;
156
- mv ./doc/build/latex/Kivy.pdf ./doc/build/latex/Kivy-latest.pdf;
157
- rsync -e ssh ./doc/build/latex/Kivy-latest.pdf [email protected] :~/kivy.org/docs/pdf/Kivy-latest.pdf;
156
+ echo -e " mv ./doc/build/latex/Kivy.pdf ./doc/build/latex/Kivy-latest.pdf" ;
157
+ echo -e " rsync -e ssh ./doc/build/latex/Kivy-latest.pdf [email protected] :~/kivy.org/docs/pdf/Kivy-latest.pdf" ;
158
158
fi;
159
159
160
160
notifications :
You can’t perform that action at this time.
0 commit comments