Skip to content

Commit 191677b

Browse files
authored
Add travis_wait to the OSX brew install phase
1 parent 31ed19e commit 191677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ matrix:
153153
before_script:
154154
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
155155
- brew update
156-
- brew install gcc # for gfortran
156+
- travis_wait 30 brew install gcc # for gfortran
157157
script:
158158
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
159159
env:

0 commit comments

Comments
 (0)