mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	CircleCI: added sudo for karma install
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user