Skip to content

Commit 9d093e2

Browse files
authored
Merge pull request #699 from vim-jp/remove-notification-for-lingr
Remove notification for Lingr
2 parents 184a157 + bde0ad0 commit 9d093e2

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.appveyor.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,3 @@ after_test:
3636
- codecov -f coverage.xml
3737

3838
deploy: off
39-
notifications:
40-
- provider: Webhook
41-
url: http://appveyor.herokuapp.com/vim
42-
headers:
43-
User-Agent: appveyor-lingrbot 1.0
44-
Authorization:
45-
secure: cjzTMN7bP3fkRnz6S0ZRjc0Q3nPPvdJ7AXrizCQBKK0=
46-
on_build_success: false
47-
on_build_failure: true

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,3 @@ script:
7676

7777
after_success:
7878
- bash scripts/coverage.sh
79-
80-
notifications:
81-
webhooks:
82-
urls:
83-
- http://travis-ci.herokuapp.com/vim
84-
on_success: never
85-
on_failure: always
86-
on_start: never

0 commit comments

Comments
 (0)