php-censor/.travis.yml
2017-01-09 20:14:04 +07:00

25 lines
298 B
YAML

language: php
php:
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
install:
- composer selfupdate
- composer install
script:
- phpunit --configuration phpunit.xml
notifications:
email:
recipients:
- poisoncorpsee@gmail.com
on_success: always
on_failure: always