diff --git a/.travis.yml b/.travis.yml index 20cffa93..b2341d0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ script: - 'CHANGED_FILES="$(git diff --name-only $TRAVIS_COMMIT_RANGE | grep "\.po$")" ;:' - 'printf "%s files changed.\n" "$(printf "%s" "$CHANGED_FILES" | grep -c "po$")" ;:' - '[ -n "$CHANGED_FILES" ] && printf -- "- %s\n" $CHANGED_FILES ;:' - - 'powrap --check --quiet *.po */*.po' - - 'pospell -p dict -l fr_FR *.po */*.po' - - 'make CPYTHON_CLONE=/tmp/cpython/ COMMIT=4d1abedce9422473af2ac78047e55cde73208208' + - '[ -n "$CHANGED_FILES" ] && powrap --check --quiet $CHANGED_FILES || :' + - '[ -n "$CHANGED_FILES" ] && pospell -p dict -l fr_FR $CHANGED_FILES || :' + - '[ -n "$CHANGED_FILES" ] && make CPYTHON_CLONE=/tmp/cpython/ COMMIT=4d1abedce9422473af2ac78047e55cde73208208 || :'