Kaydet (Commit) 32921f90 authored tarafından Stéphane Wirtel's avatar Stéphane Wirtel Kaydeden (comit) Mariatta

bpo-32802: Fix Travis build (GH-5589)

Fix bug in travis configuration where it did not run the tests when
a change includes both code and doc changes.
üst fc1ce810
......@@ -97,7 +97,7 @@ before_script:
echo "Files changed: "
echo $files_changed
if ! echo $files_changed | grep -qvE '(\.rst$)|(^Doc)|(^Misc)'
if ! echo "$files_changed" | grep -qvE '(\.rst$)|(^Doc)|(^Misc)'
then
echo "Only docs were updated, stopping build process."
exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment