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.
1 parent ed1ad28 commit f20c4a4Copy full SHA for f20c4a4
.travis.yml
@@ -0,0 +1,10 @@
1
+node_js:
2
+- "4"
3
+- "6"
4
+- "8"
5
+- "10"
6
+- "node"
7
+sudo: false
8
+language: node_js
9
+script: "npm run test:cov"
10
+after_script: "cat ./coverage/lcov.info | codecov"
0 commit comments