mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
Merge pull request #768 from Mkaysi/clean-travis
fix .travis.runonce.bash
This commit is contained in:
commit
d0c53d9c00
@ -16,8 +16,8 @@ fi
|
|||||||
# Check translations
|
# Check translations
|
||||||
sandbox/check_trans.py plugins/
|
sandbox/check_trans.py plugins/
|
||||||
sandbox/check_trans.py --core
|
sandbox/check_trans.py --core
|
||||||
msgcheck locales/*.po
|
msgcheck -flwW locales/*.po
|
||||||
msgcheck plugins/*/*/*.po
|
msgcheck -flwW plugins/*/*/*.po
|
||||||
|
|
||||||
# Check documentation
|
# Check documentation
|
||||||
cd docs
|
cd docs
|
||||||
@ -25,11 +25,5 @@ cd docs
|
|||||||
sphinx-build -n -b html -d _build/doctrees . _build/html
|
sphinx-build -n -b html -d _build/doctrees . _build/html
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Do these things only on testing or master.
|
# Notify read the docs
|
||||||
if [[ "$branch" = "master" || "$branch" = "testing" ]]; then
|
curl -X POST http://readthedocs.org/build/limnoria
|
||||||
# Notify read the docs
|
|
||||||
curl -X POST http://readthedocs.org/build/limnoria
|
|
||||||
# Add other things which we want to do here, before the fi.
|
|
||||||
else
|
|
||||||
echo "$branch is not master nor testing, doing nothing."
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user