Merge branch 'maint-0.4.1' into release-0.4.1

This commit is contained in:
teor
2019-10-23 08:47:20 +10:00
4 changed files with 15 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (continuous integration):
- When building on Appveyor, pass the "-k" flag to make, so that
we are informed of all compilation failures, not just the first
one or two. Closes part of ticket 31372.
+4
View File
@@ -0,0 +1,4 @@
o Minor features (continuous integration):
- When building on Travis, pass the "-k" flag to make, so that
we are informed of all compilation failures, not just the first
one or two. Closes part of ticket 31372.