Skip to content

Commit 08cd0ea

Browse files
committed
add notif config for travis
1 parent 36afbc3 commit 08cd0ea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ install:
77
- npm install
88

99
script:
10-
- npm run lint
10+
- npm run lint
11+
12+
notifications:
13+
email:
14+
recipients:
15+
- kgyoo8232@gmail.com
16+
on_success: never
17+
on_failure: always

0 commit comments

Comments
 (0)