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 77a538d commit c361313Copy full SHA for c361313
.travis.yml
@@ -214,8 +214,6 @@ matrix:
214
osx_image: xcode11.5
215
before_script:
216
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
217
- - brew update
218
- - brew install gcc@8 # for gfortran
219
script:
220
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
221
env:
@@ -232,10 +230,10 @@ matrix:
232
230
233
231
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
234
235
- - <<: *test-macos
236
- osx_image: xcode11.5
237
- env:
238
- - BTYPE="TARGET=NEHALEM BINARY=32 NOFORTRAN=1"
+ # - <<: *test-macos
+ # osx_image: xcode10
+ # env:
+ # - BTYPE="TARGET=NEHALEM BINARY=32 NOFORTRAN=1"
239
240
- <<: *test-macos
241
0 commit comments