diff --git a/.travis.yml b/.travis.yml index dfeb0ad..2281c97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ install: - composer install before_install: - npm install -g npm@3 +script: vendor/bin/phpunit after_success: - bash <(curl -s https://codecov.io/bash) before_deploy: