From eeaad58d1efa68a4dfb650ac16479e257d54fd14 Mon Sep 17 00:00:00 2001 From: dengsgo Date: Tue, 24 Dec 2019 11:50: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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f8069f..98a14d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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