Application/.travis.yml
Abel f5310e0206 Added Travis, CodeClimate.
First test to verify whether it works.
2016-07-19 17:16:45 +02:00

15 lines
217 B
YAML

language: php
php:
- 7
- 5.6
script:
- php vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text
before_script:
- composer install
addons:
code_climate:
repo_token: $CODECLIMATE_REPO_TOKEN