mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
28 lines
390 B
YAML
28 lines
390 B
YAML
dist: trusty
|
|
language: php
|
|
dist: trusty
|
|
|
|
php:
|
|
- '7.4'
|
|
- '7.3'
|
|
- '7.2'
|
|
- '7.1'
|
|
- '7.0'
|
|
- '5.6'
|
|
- '5.5'
|
|
|
|
before_install:
|
|
- composer update
|
|
|
|
script:
|
|
- composer validate
|
|
- vendor/bin/phpunit --version
|
|
- vendor/bin/phpunit --configuration tests/phpunit.xml
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- will.knauss@gmail.com
|
|
on_success: never
|
|
on_failure: always
|