Skip to content

Commit b5ba78d

Browse files
committed
Merge pull request #645 from krancour/deep-six-webhook
chore(.travis.yml): Deep six the travis -> jenkins webhooks
2 parents 7bdc29a + 41f8eeb commit b5ba78d

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ branches:
55
only:
66
- master
77
services:
8-
- docker
98
- postgresql
109
sudo: required
1110
addons:
@@ -21,18 +20,3 @@ script:
2120
- make test
2221
after_success:
2322
- pushd rootfs/ && codecov && popd
24-
deploy:
25-
- provider: script
26-
# ensure client/doc builds aren't removed
27-
# see https://docs.travis-ci.com/user/deployment/#Uploading-Files
28-
skip_cleanup: true
29-
script: _scripts/deploy.sh
30-
on:
31-
branch: master
32-
notifications:
33-
webhooks:
34-
urls:
35-
- secure: "FnxmxLYI0JNavYOma3ZZamaY8cTCjaMDPz5RoWu1NG9l3k3xTkkXpHT5qcnQHycyCtVb8rNIoVMzdtyrs3BlVTaWdrzP/J2sJoc8/1NvuOZCTS0D1EbjS7DGV3xENDdSdTylOUWeFzti8dD3ORZ/bbdCHkMiVi3MIxlAQANWq8k="
36-
on_success: always
37-
on_failure: never
38-
on_start: never

0 commit comments

Comments
 (0)