fileboy/.travis.yml

22 lines
258 B
YAML
Raw Normal View History

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
- make build-mac
- make start-mac
2019-08-12 05:56:11 +00:00