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 32f5907 commit 258ac56Copy full SHA for 258ac56
.travis.yml
@@ -162,16 +162,16 @@ matrix:
162
before_script:
163
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
164
- brew update
165
- - brew install gcc # for gfortran
+ - brew install gcc@8 # for gfortran
166
script:
167
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
168
env:
169
- - BTYPE="BINARY=64 INTERFACE64=1"
+ - BTYPE="BINARY=64 INTERFACE64=1 FC=gfortran-8"
170
171
- <<: *test-macos
172
- osx_image: xcode9.3
+ osx_image: xcode8.3
173
174
- - BTYPE="BINARY=32"
+ - BTYPE="BINARY=32 FC=gfortran-8"
175
176
# whitelist
177
branches:
0 commit comments