From ef77116d68c31c610419d0540c4d66160d7ed0d1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 5 Jul 2014 11:26:48 +0300 Subject: [PATCH] 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] --- .travis.runonce.bash | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.travis.runonce.bash b/.travis.runonce.bash index ec78e1aa8..3498023c3 100755 --- a/.travis.runonce.bash +++ b/.travis.runonce.bash @@ -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