Skip to content

Commit edabc7c

Browse files
committed
1 parent 29309ce commit edabc7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ before_install:
109109

110110

111111
install:
112-
- "make FC=$FC FORTRAN_COMPILER=$FORTRAN_COMPILER install"
112+
# Run install tasks via `travis_retry` to address occasional `npm install` failures (see https://docs.travis-ci.com/user/common-build-problems/#travis_retry):
113+
- "travis_retry make FC=$FC FORTRAN_COMPILER=$FORTRAN_COMPILER install"
113114

114115

115116
script:

0 commit comments

Comments
 (0)