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: - run:
name: 'globals' name: 'globals'
command: npm install karma -g command: sudo npm install karma -g
- save_cache: - save_cache:
paths: paths:
@@ -36,7 +36,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
name: test name: test
command: npm run unit command: npm run unit