Skip to content

Commit

Permalink
ci: retry npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 4, 2018
1 parent d219f54 commit e6959a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ node_js:
- stable
script:
- npm run coverage
install:
- travis_retry npm install
after_script:
- npm install codecov
- ./node_modules/.bin/codecov
Expand Down

0 comments on commit e6959a2

Please sign in to comment.