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 dcb6f75 + c6f14e6 commit 5bd0f72Copy full SHA for 5bd0f72
.travis.yml
@@ -1,5 +1,8 @@
1
sudo: false
2
language: node_js
3
node_js: "stable"
4
+cache:
5
+ directories:
6
+ - node_modules
7
after_script:
- - npm run-script coveralls
8
+ - npm run-script coveralls
0 commit comments