mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-12 12:47:10 +00:00
chore(ci): add CI configuration
This commit is contained in:
parent
14c214efdf
commit
b1ab34ed07
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.8
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
secure: VATbHmgR1DDXlIHEMpupuTggPU6wgtZk3BFK/eT5L+qqhnfSal1z+ZsypgWMGZN2Ch6WTRFaXqUhpV7N2oo+pQoXAYcDFWTd3BiTUied+pKVoUa8VuZFF2TW1cNcVJ3fnFPMFnpJPTYkld//+8s8zJQitTabE1QZdXNYPU1uUiY=
|
||||
file: release/webhookd-linux-amd64
|
||||
on:
|
||||
repo: ncarlier/webhookd
|
||||
tags: true
|
Loading…
Reference in New Issue
Block a user