Skip to content

Commit dcbb3b5

Browse files
authored
fix misplaced lines
1 parent 57456c2 commit dcbb3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ matrix:
214214
osx_image: xcode11.5
215215
before_script:
216216
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
217+
- brew update
218+
- brew install gcc@10
217219
script:
218220
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
219-
- brew update
220-
- brew install gcc-10
221221
env:
222222
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
223223

0 commit comments

Comments
 (0)