From 7fc79a27e79cf841e90fe4197439ebe355642de0 Mon Sep 17 00:00:00 2001 From: Artem Lopata Date: Thu, 25 Apr 2019 16:27:50 +0200 Subject: [PATCH] Use required phpunit instead global in travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8088a8f..0c3c03b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ before_script: - composer install script: - - phpunit + - vendor/bin/phpunit