install globally, not locally

This commit is contained in:
Michael Rawlings 2016-12-08 00:26:14 -08:00
parent 402e6f34f4
commit 91f2d57836

View File

@ -5,6 +5,6 @@ node_js:
- "6"
- "7"
language: node_js
before_script: "npm i npm@latest"
before_script: "npm i npm@latest -g"
script: "npm run test-generate-coverage"
after_success: "npm run coveralls"