Core/.travis.yml
Abel Hoogeveen 89ccdb24ba Fixed multiple bugs relating the database system.
Debugging now actually works in the Database Driver,
2017-07-14 16:05:52 +02:00

13 lines
155 B
YAML

language: php
php:
- 7.1
- 7
- 5.6
script:
- php vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text
before_script:
- composer install