update travis

This commit is contained in:
jason-gao
2019-12-09 17:40:25 +08:00
parent f4859b37d8
commit c61fac453d
3 changed files with 20 additions and 8 deletions

View File

@@ -5,11 +5,17 @@ go:
- 1.13.x
- master
script:
- go build
- ./fileboy version
- ./fileboy help
- ./fileboy init
- cat filegirl.yaml
- ./fileboy exec
notifications:
email:
recipients:
- 3048789891@qq.com
on_success: change # default: change
on_failure: always # default: always
script:
- make init
- make build-mac
- make start-mac