Files
parsecsv-for-php/.travis.yml
2019-11-04 21:20:58 +01:00

27 lines
380 B
YAML

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