From c5911ee654c537af28c0a87df500844dab60b370 Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Tue, 24 Mar 2015 11:24:42 +0200 Subject: [PATCH] switch phpunit to be run as global command on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a6d5e2..b2a5e73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ before_script: script: - - vendor/bin/phpunit --verbose $PHPUNIT_FLAGS + - phpunit --verbose $PHPUNIT_FLAGS after_script: - |