Joined November 2013
·

Laurent Chenay

Technology enthusiast at Moments
·
Metz
·
·

Posted to Using Karma/ with CircleCI over 1 year ago

Two comment:
Installing dependencies as Karma should be installed in dependencies section.
To avoid installing karma each time, juste add cache section in dependencies section.

Ex of circle.yml :

dependencies:
  pre:
   - npm install -g karma
 cache_directories:
    - ~/nvm
Achievements
29 Karma
0 Total ProTip Views