Skip to content

Commit 3dc3f84

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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)