-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dessant
committed
Sep 4, 2016
1 parent
1daadfc
commit 4c49633
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,6 @@ install: | |
pip install --upgrade cython pillow nose coveralls; | ||
fi; | ||
if [ "${RUN}" == "docs" ]; then | ||
echo -e "sudo apt-get -y install texlive-full"; | ||
pip install --upgrade sphinxcontrib-blockdiag sphinxcontrib-seqdiag sphinxcontrib-actdiag sphinxcontrib-nwdiag; | ||
fi; | ||
fi; | ||
|
@@ -115,7 +114,6 @@ script: | |
fi; | ||
if [ "${RUN}" == "docs" ]; then | ||
make html; | ||
echo -e "make pdf"; | ||
fi; | ||
fi; | ||
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then | ||
|
@@ -153,8 +151,6 @@ after_success: | |
chmod 600 ~/.ssh/id_rsa; | ||
echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config; | ||
rsync --delete --force -r -e ssh ./doc/build/html/ [email protected]:~/kivy.org/docs/api-trunk/; | ||
echo -e "mv ./doc/build/latex/Kivy.pdf ./doc/build/latex/Kivy-latest.pdf"; | ||
echo -e "rsync -e ssh ./doc/build/latex/Kivy-latest.pdf [email protected]:~/kivy.org/docs/pdf/Kivy-latest.pdf"; | ||
fi; | ||
|
||
notifications: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters