From e63d200382a69ef4aabc8670c34126c4b2c5c367 Mon Sep 17 00:00:00 2001 From: dengsgo Date: Mon, 23 Dec 2019 16:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.travis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba138f5..3d614cf 100644 --- a/.travis.yml +++ b/.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