We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bafcdb commit 63d108bCopy full SHA for 63d108b
.travis.yml
@@ -0,0 +1,10 @@
1
+language: node_js
2
+node_js:
3
+ - "stable"
4
+cache:
5
+ directories:
6
+ - node_modules
7
+script:
8
+ - npm test
9
+on:
10
+ branch: master
0 commit comments