更新 .travis

master
dengsgo 2019-12-23 16:18:03 +08:00
parent cb86b0dbe6
commit e63d200382
1 changed files with 8 additions and 5 deletions

View File

@ -13,10 +13,13 @@ script:
- make init
- make build-linux
- ls bin
- cp bin/fileboy-linux-amd64.bin ./fileboy
- ./fileboy version
- ./fileboy help
- ./fileboy init
- cp bin/fileboy-linux-amd64.bin /usr/local/bin/fileboy
- fileboy version
- fileboy help
- fileboy init
- cat filegirl.yaml
- ./fileboy exec
- fileboy exec
- fileboy deamon
- cat .fileboy.pid
- fileboy stop