Skip to content

Commit 73cd9ea

Browse files
committed
less travis notifications & ignore ds_store
1 parent f00c995 commit 73cd9ea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pids
55
*.pid
66
*.seed
77
*.rdb
8+
*.DS_STORE
89
lib-cov
910
coverage
1011
.nyc_output

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ after_script:
1111
- npm run coverage
1212
- npm run update-coveralls
1313
- npm run check-coverage
14+
15+
notifications:
16+
email:
17+
on_success: never
18+
on_failure: change

0 commit comments

Comments
 (0)