Skip to content

Commit 0b52b7c

Browse files
committed
(chore) Make Travis notify you only when builds fail
1 parent e2cf459 commit 0b52b7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ dist: trusty
22
language: node_js
33
node_js:
44
- "10"
5+
56
script:
67
- npm run lint
8+
9+
notifications:
10+
email:
11+
on_success: never
12+
on_failure: always

0 commit comments

Comments
 (0)