Skip to content

Commit 3dc3f84

Browse files
committed
ci(travis.yml): add travisbuddy hook
1 parent 76b1329 commit 3dc3f84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ before_install: if [[ `npm -v` != 6* ]]; then npm install -g npm@6; fi
99

1010
install:
1111
- npm ci
12+
1213
cache:
1314
directories:
1415
- "$HOME/.npm"
1516

17+
notifications:
18+
webhooks: https://www.travisbuddy.com/
19+
1620
# after_success:
1721
# - npm run cover:alls
1822

0 commit comments

Comments
 (0)