From 656dc12bac75b4b0b588dfa06f341eb46126492f Mon Sep 17 00:00:00 2001 From: dima-uryvskiy Date: Mon, 7 Dec 2020 17:49:55 +0300 Subject: [PATCH] test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7b6ab39..1c98eff 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ endif test: ifeq ($(USE_COMPOSER),1) + cat /home/travis/build/retailcrm/woocommerce-module/phpunit.xml vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist else phpunit -c phpunit.xml.dist