We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b218f7 commit 5720cfdCopy full SHA for 5720cfd
.travis.yml
@@ -0,0 +1,9 @@
1
+
2
+sudo: required
3
+language: node_js
4
+node_js:
5
+ - '10'
6
+install:
7
+ - npm install
8
+script:
9
+ - npm test
0 commit comments