update travis
This commit is contained in:
20
.travis.yml
20
.travis.yml
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user