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