We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 184a157 + bde0ad0 commit 9d093e2Copy full SHA for 9d093e2
.appveyor.yml
@@ -36,12 +36,3 @@ after_test:
36
- codecov -f coverage.xml
37
38
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
@@ -76,11 +76,3 @@ script:
76
77
after_success:
78
- bash scripts/coverage.sh
79
-
80
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