We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005cf06 commit 4d8a53bCopy full SHA for 4d8a53b
1 file changed
.travis.yml
@@ -13,6 +13,6 @@ script:
13
- 'CHANGED_FILES="$(git diff --name-only $TRAVIS_COMMIT_RANGE | grep "\.po$")" ;:'
14
- 'printf "%s files changed.\n" "$(printf "%s" "$CHANGED_FILES" | grep -c "po$")" ;:'
15
- '[ -n "$CHANGED_FILES" ] && printf -- "- %s\n" $CHANGED_FILES ;:'
16
- - 'powrap --check --quiet *.po */*.po'
17
- - 'pospell -p dict -l fr_FR *.po */*.po'
18
- - '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 || :'
0 commit comments