Skip to content

Commit 8060f8a

Browse files
committed
ci(travis): Retry npm install if it fails
1 parent 9b444e1 commit 8060f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ branches:
77
- /^greenkeeper.*$/
88
git:
99
depth: 999
10+
install:
11+
- travis_retry npm install
1012
script:
1113
- npm run test
1214
after_success:

0 commit comments

Comments
 (0)