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