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