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.
~/.npm
1 parent a086555 commit a541fe6Copy full SHA for a541fe6
.travis.yml
@@ -1,5 +1,8 @@
1
language: node_js
2
node_js:
3
- 6
4
+cache:
5
+ directories:
6
+ - $HOME/.npm
7
after_script:
8
- 'istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec && codecov'
0 commit comments