diff --git a/.travis.yml b/.travis.yml index 251ddf1..442254f 100755 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: script: - php -v - - composer test + - php composer.phar test after_success: - bash <(curl -s https://codecov.io/bash)