Skip to content

Commit

Permalink
Merge pull request #12 from nodejs/use-npm-legacy-node-4
Browse files Browse the repository at this point in the history
Use npm legacy in node 4
  • Loading branch information
mcollina committed Nov 27, 2018
2 parents 65c2618 + 2a2d8af commit 204c9a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ matrix:
- TASK=test
- NPM_LEGACY=true
- node_js: 4
env: TASK=test
env:
- TASK=test
- NPM_LEGACY=true
- node_js: 5
env: TASK=test
env:
- TASK=test
- NPM_LEGACY=true
- node_js: 6
env: TASK=test
- node_js: 7
Expand Down

0 comments on commit 204c9a6

Please sign in to comment.