更新 .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 init
- make build-linux - make build-linux
- ls bin - ls bin
- cp bin/fileboy-linux-amd64.bin ./fileboy - cp bin/fileboy-linux-amd64.bin /usr/local/bin/fileboy
- ./fileboy version - fileboy version
- ./fileboy help - fileboy help
- ./fileboy init - fileboy init
- cat filegirl.yaml - cat filegirl.yaml
- ./fileboy exec - fileboy exec
- fileboy deamon
- cat .fileboy.pid
- fileboy stop