Skip to content

Commit

Permalink
Travis: update before_install script
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Jun 4, 2020
1 parent c9ad3e6 commit 3d14072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ node_js:
- "6"
- "8"
- "10"
before_install:
- npm install -g npm
before_install: if [[ `npm -v` < 4 ]]; then npm install -g npm; fi
jobs:
include:
- name: 'Coverage'
Expand Down

0 comments on commit 3d14072

Please sign in to comment.