diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6bdc434..7439b19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ php: - 5.5 - 7 -script: phpunit --coverage-text --configuration tests/phpunit.xml +script: phpunit --coverage-text --configuration phpunit.xml |