Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
ci(travis): Retry npm install if it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 30, 2017
1 parent cd8e074 commit 28da4ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,8 @@ branches:
- /^greenkeeper.*$/
git:
depth: 999
install:
- travis_retry npm install
script:
- npm run test
after_success:
Expand Down

0 comments on commit 28da4ad

Please sign in to comment.