Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe92c44

Browse filesBrowse files
miss-islingtonmatrixise
authored andcommitted
bpo-32802: Fix Travis build (GH-5589) (GH-5591)
Fix bug in travis configuration where it did not run the tests when a change includes both code and doc changes. (cherry picked from commit 32921f9) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
1 parent 7f95c8c commit fe92c44
Copy full SHA for fe92c44

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.travis.yml‎

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ before_script:
8080
echo "Files changed: "
8181
echo $files_changed
8282
83-
if ! echo $files_changed | grep -qvE '(\.rst$)|(^Doc)|(^Misc)'
83+
if ! echo "$files_changed" | grep -qvE '(\.rst$)|(^Doc)|(^Misc)'
8484
then
8585
echo "Only docs were updated, stopping build process."
8686
exit

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.