更新 .travis

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

View File

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