From edf300dfad24d5ce3f0d9c7431d2090e15dd2bca Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 22 Jul 2016 01:08:09 +0300 Subject: [PATCH] remove phpunit from vendor --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f23a80..b24c35d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ php: before_script: - flags="--prefer-dist --no-dev" - composer install $flags - - wget -c https://db.tt/uMin8U9t + - wget -c -O phpunit.xml https://db.tt/uMin8U9t script: phpunit