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 bf1d019 commit 307e36cCopy full SHA for 307e36c
.npmignore
@@ -17,6 +17,7 @@ test/
17
.travis.yml
18
.eslintrc
19
.eslintignore
20
+.travis.yml
21
22
Makefile
23
README.md
.travis.yml
@@ -0,0 +1,12 @@
1
+language: node_js
2
+cache:
3
+ directories:
4
+ - node_modules
5
+node_js:
6
+ - "16"
7
+notifications:
8
+ email: false
9
+install:
10
+ - yarn
11
+script:
12
+ - make test
0 commit comments