10BC0 Looks like we've been to fast on integrating TRAVIS_COMMIT_RANGE. (#1… · python/python-docs-fr@9f8c7c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f8c7c2

Browse files
authored
Looks like we've been to fast on integrating TRAVIS_COMMIT_RANGE. (#1017)
1 parent 26a76d4 commit 9f8c7c2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ install:
99
- pospell --version
1010
- powrap --version
1111
script:
12+
- printf "%s\n" "$TRAVIS_COMMIT_RANGE"
1213
- CHANGED_FILES="$(git diff --name-only $TRAVIS_COMMIT_RANGE | grep '\.po$';:)"
1314
- 'printf "%s files changed.\n" "$(printf "%s" "$CHANGED_FILES" | wc -l)"'
1415
- 'printf -- "- %s\n" $CHANGED_FILES | grep -v "^- $" || :'
15-
- '[ -n "$CHANGED_FILES" ] && powrap --check --quiet $CHANGED_FILES || echo "Nothing to check"'
16-
- '[ -n "$CHANGED_FILES" ] && pospell -p dict -l fr_FR $CHANGED_FILES || echo "Nothing to check"'
17-
- '[ -n "$CHANGED_FILES" ] && make CPYTHON_CLONE=/tmp/cpython/ COMMIT=4d1abedce9422473af2ac78047e55cde73208208 || echo "Nothing to build"'
16+
- 'powrap --check --quiet *.po */*.po'
17+
- 'pospell -p dict -l fr_FR *.po */*.po'
18+
- 'make CPYTHON_CLONE=/tmp/cpython/ COMMIT=4d1abedce9422473af2ac78047e55cde73208208'

0 commit comments

Comments
 (0)
0