mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 08:02:49 +01:00
fix .travis.runonce.bash
* msgcheck now doesn't cause false-alarms with Limnoria specific things. * remove the broken if which never gets executed by Travis * These commits have already been build invidually so [SKIP CI]
This commit is contained in:
parent
42689c446b
commit
ef77116d68
@ -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.
|
|
||||||
if [[ "$branch" = "master" || "$branch" = "testing" ]]; then
|
|
||||||
# Notify read the docs
|
# Notify read the docs
|
||||||
curl -X POST http://readthedocs.org/build/limnoria
|
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