更新 .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: script:
- make init - make init
- make build-all - make build-all
- ls bin - ll bin
- echo $PATH - echo $PATH
- cp bin/fileboy-linux-amd64.bin /home/travis/bin/fileboy - cp bin/fileboy-linux-amd64.bin /home/travis/bin/fileboy
- fileboy version - fileboy version
@ -21,6 +21,7 @@ script:
- cat filegirl.yaml - cat filegirl.yaml
- fileboy exec - fileboy exec
- fileboy deamon - fileboy deamon
- cat .fileboy.pid - ll -al .fileboy.pid
- ps aux | grep fileboy
- fileboy stop - fileboy stop