Skip to content

Commit 4170fce

Browse files
committed
.travis.yml: Enable travis-buddy
Related to coala/meta#114
1 parent 4387126 commit 4170fce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ script:
1616
fi
1717
- docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
1818

19+
notifications:
20+
email: false
21+
webhooks: https://www.travisbuddy.com/
22+
on_success: never
23+
1924
env:
2025
global:
2126
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # Speeds installation of html-proofer

0 commit comments

Comments
 (0)