From 4ddbc7ba6d1956a0655c1632a874e6c4209abcd4 Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Sat, 2 Feb 2019 13:53:55 +0300 Subject: [PATCH] Fixed Travis CI configuration file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 206c559..e02c920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_script: - wget -O phpunit.phar https://phar.phpunit.de/phpunit-6.5.6.phar script: - - php phpunit.phar --configuration ./build/travis-ci.phpunit.xml + - php phpunit.phar --configuration ./phpunit.xml notifications: email: false