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:
Mikaela Suomalainen 2014-07-05 11:26:48 +03:00
parent 42689c446b
commit ef77116d68
1 changed files with 4 additions and 10 deletions

View File

@ -16,8 +16,8 @@ fi
# Check translations
sandbox/check_trans.py plugins/
sandbox/check_trans.py --core
msgcheck locales/*.po
msgcheck plugins/*/*/*.po
msgcheck -flwW locales/*.po
msgcheck -flwW plugins/*/*/*.po
# Check documentation
cd docs
@ -25,11 +25,5 @@ cd docs
sphinx-build -n -b html -d _build/doctrees . _build/html
cd ..
# Do these things only on testing or master.
if [[ "$branch" = "master" || "$branch" = "testing" ]]; then
# 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
# Notify read the docs
curl -X POST http://readthedocs.org/build/limnoria