diff --git a/.travis.yml b/.travis.yml index fc271994..fbaa3e0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: script: - ./vendor/bin/phpcs --standard=./phpcs.xml -np --report=summary . - - phpunit + - ./vendor/bin/phpunit --configuration phpunit.xml notifications: irc: "irc.freenode.org#zftalk.modules"