We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645e85a commit 13d213cCopy full SHA for 13d213c
.travis.yaml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - v9
4
+ - v8
5
+ - v7
6
+ - v6
7
+ - v5
8
+ - v4
9
+
10
+after_success:
11
+- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
0 commit comments