更新 .travis
This commit is contained in:
parent
cb86b0dbe6
commit
e63d200382
13
.travis.yml
13
.travis.yml
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user