2019-08-12 05:46:52 +00:00
|
|
|
|
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2019-12-04 02:31:17 +00:00
|
|
|
- 1.13.x
|
2019-08-12 05:46:52 +00:00
|
|
|
- master
|
|
|
|
|
2019-12-09 09:40:25 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- 3048789891@qq.com
|
|
|
|
on_success: change # default: change
|
|
|
|
on_failure: always # default: always
|
|
|
|
|
|
|
|
|
2019-08-12 05:56:11 +00:00
|
|
|
script:
|
2019-12-09 09:40:25 +00:00
|
|
|
- make init
|
2019-12-09 10:06:05 +00:00
|
|
|
- make build-linux
|
|
|
|
- ls bin
|
2019-12-10 06:15:33 +00:00
|
|
|
- make travis-linux
|
2019-08-12 05:56:11 +00:00
|
|
|
|