19 lines
246 B
YAML
19 lines
246 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
before_install:
|
|
- phpenv config-rm xdebug.ini
|
|
- composer self-update && composer install --no-interaction
|
|
|
|
script: bin/phpunit
|
|
|
|
notifications:
|
|
email: info@endroid.nl
|