We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3573673 commit 1cfc94bCopy full SHA for 1cfc94b
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+sudo: false
3
+node_js:
4
+ - "6.11.3"
5
+install:
6
+ - npm install
7
+script:
8
+ - npm test
0 commit comments