From c9eef0dc687922c149c55b512707b8a012d97218 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 20 Sep 2019 17:29:23 +0200 Subject: [PATCH] Fix travis --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index c32dfca..8dfe54e 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -157,7 +157,7 @@ stack_clean='fastcgi redis opcache all' for stack in $stack_clean; do echo -ne " cleaning $stack cache [..]\r" if { - wo stack clean --${stack} + wo clean --${stack} } >> /var/log/wo/test.log; then echo -ne " cleaning $stack cache [${CGREEN}OK${CEND}]\\r" echo -ne '\n'