mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
18 lines
210 B
YAML
18 lines
210 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- hhvm
|
|
|
|
script:
|
|
- phpunit --configuration tests/phpunit.xml
|
|
|
|
notifications:
|
|
email:
|
|
- will.knauss@gmail.com
|
|
on_success: never
|
|
on_failure: always
|