CircleCI: added sudo for karma install

This commit is contained in:
euvl
2017-08-23 11:14:34 +01:00
parent a4b04312f0
commit 9f25307e30

View File

@@ -24,7 +24,7 @@ jobs:
- run:
name: 'globals'
command: npm install karma -g
command: sudo npm install karma -g
- save_cache:
paths:
@@ -36,7 +36,7 @@ jobs:
steps:
- checkout
- run:
name: test
command: npm run unit