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 097711f commit 969770c
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 969770c

Please sign in to comment.