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 adda744 commit 3743cebCopy full SHA for 3743ceb
.travis.yml
@@ -33,12 +33,12 @@ matrix:
33
- mpich
34
- shellcheck
35
update: true
36
- -
+ - &macOS_allowed_failure
37
<<: *macOS
38
env:
39
- GCC=9
40
FC=gfortran-${GCC}
41
- BUILD_TYPES="RelWithDebInfo Release CodeCoverage"
+ BUILD_TYPES="Release CodeCoverage"
42
addons:
43
homebrew:
44
packages:
@@ -115,6 +115,9 @@ matrix:
115
116
allow_failures:
117
- *linux_allowed_failure
118
+ - *macOS_allowed_failure
119
+
120
+ # macOS allowed failure due to random test timeouts w/ clang & OpenMPI
121
122
before_install:
123
- source developer-scripts/travis/before_install.all.sh
0 commit comments