diff --git a/.travis.yml b/.travis.yml index fc45aa3..8341b0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,13 @@ php: - 5.6 - 5.5 +before_install: + - composer update + script: - composer validate - - phpunit --version - - phpunit --configuration tests/phpunit.xml + - vendor/bin/phpunit --version + - vendor/bin/phpunit --configuration tests/phpunit.xml notifications: email: