From d263b8199fc943e9a3064ac74f987a90802b8aca Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Sun, 18 Jun 2017 04:03:10 +0300 Subject: [PATCH] update travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 548870a..7790a8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ before_script: - composer install $flags - cp phpunit.xml.dist phpunit.xml -script: vendor/phpunit/phpunit/phpunit +script: phpunit