From 57aa31148e1db09cea77e9aaf1bdf9dacbe83d2d Mon Sep 17 00:00:00 2001 From: Junior Grossi Date: Fri, 22 Mar 2019 14:45:47 -0300 Subject: [PATCH] Move phpunit bin to the vendor one --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ab5902..ffc5199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ before_script: - composer install script: - mkdir -p build/logs - - phpunit \ No newline at end of file + - ./vendor/bin/phpunit \ No newline at end of file