mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
29 lines
537 B
YAML
29 lines
537 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- master
|
|
|
|
git:
|
|
depth: 3
|
|
|
|
install:
|
|
- go get -v github.com/kardianos/govendor
|
|
- govendor sync
|
|
- go get -u github.com/campoy/embedmd
|
|
|
|
script:
|
|
- embedmd -d README.md
|
|
|
|
notifications:
|
|
webhooks:
|
|
urls:
|
|
- https://webhooks.gitter.im/e/7f95bf605c4d356372f4
|
|
on_success: change # options: [always|never|change] default: always
|
|
on_failure: always # options: [always|never|change] default: always
|
|
on_start: false # default: false
|