We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c5235 commit 3cbdf4eCopy full SHA for 3cbdf4e
.travis.yml
@@ -0,0 +1,15 @@
1
+language: node_js
2
+node_js:
3
+ - "4"
4
+ - "stable"
5
+notifications:
6
+ email: false
7
+cache:
8
+ directories:
9
+ - $HOME/.npm/
10
+ - node_modules
11
+before_install:
12
+ - npm install -g codecov
13
+after_success:
14
+ - npm run cover
15
+ - codecov
codecov.yml
@@ -0,0 +1,9 @@
+coverage:
+ status:
+ project:
+ default:
+ threshold: 1
+ changes: off
+ patch: off
+
+comment: off
0 commit comments