Skip to content

Commit

Permalink
ci: retry on npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 30, 2017
1 parent 984b5a6 commit 7724813
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 @@ -11,6 +11,8 @@ git:
depth: 999
before_install:
- if [[ `npm -v` < 5* ]]; then npm install -g npm@5; fi
install:
- travis_retry npm install
script:
- npm run test
env:
Expand Down

0 comments on commit 7724813

Please sign in to comment.