更新 .travis

master
dengsgo 2019-12-24 11:47:21 +08:00
parent a2daa98d08
commit 44051b9184
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ dist: bionic # ubuntu 18.04
script:
- make init
- make build-all
- ls bin
- ll bin
- echo $PATH
- cp bin/fileboy-linux-amd64.bin /home/travis/bin/fileboy
- fileboy version
@ -21,6 +21,7 @@ script:
- cat filegirl.yaml
- fileboy exec
- fileboy deamon
- cat .fileboy.pid
- ll -al .fileboy.pid
- ps aux | grep fileboy
- fileboy stop