From 44051b9184b04854268743c96c6605144cd1c94a Mon Sep 17 00:00:00 2001 From: dengsgo Date: Tue, 24 Dec 2019 11:47:21 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 632a885..1f8069f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ dist: bionic # ubuntu 18.04 script: - make init - make build-all - - ls bin + - ll bin - echo $PATH - cp bin/fileboy-linux-amd64.bin /home/travis/bin/fileboy - fileboy version @@ -21,6 +21,7 @@ script: - cat filegirl.yaml - fileboy exec - fileboy deamon - - cat .fileboy.pid + - ll -al .fileboy.pid + - ps aux | grep fileboy - fileboy stop