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 6134add commit 415d337Copy full SHA for 415d337
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - "8"
4
+ - "10"
5
+ - "12"
6
+ - "node"
7
+script:
8
+ - npm run coverage
9
+cache:
10
+ directories:
11
+ - node_modules
0 commit comments