We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec022f4 + e12b9c6 commit 18fe836Copy full SHA for 18fe836
circle.yml
@@ -0,0 +1,11 @@
1
+machine:
2
+ node:
3
+ version: 6.9
4
+
5
+dependencies:
6
+ cache_directories:
7
+ - ~/.npm/
8
9
+test:
10
+ override:
11
+ - npm test -- --coverage
0 commit comments