We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65a69c commit 001e12eCopy full SHA for 001e12e
travis.yml
@@ -0,0 +1,7 @@
1
+language : node_js
2
+node_js :
3
+ - stable
4
+install:
5
+ - npm install
6
+script:
7
+ - npm test
0 commit comments