mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
install globally, not locally
This commit is contained in:
parent
402e6f34f4
commit
91f2d57836
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user