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 f00c995 commit 73cd9eaCopy full SHA for 73cd9ea
.gitignore
@@ -5,6 +5,7 @@ pids
5
*.pid
6
*.seed
7
*.rdb
8
+*.DS_STORE
9
lib-cov
10
coverage
11
.nyc_output
.travis.yml
@@ -11,3 +11,8 @@ after_script:
- npm run coverage
12
- npm run update-coveralls
13
- npm run check-coverage
14
+
15
+notifications:
16
+ email:
17
+ on_success: never
18
+ on_failure: change
0 commit comments