Files
parsecsv-for-php/.travis.yml

24 lines
320 B
YAML

language: php
php:
- 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:
- will.knauss@gmail.com
on_success: never
on_failure: always