php-censor/.travis.yml

25 lines
282 B
YAML
Raw Normal View History

2017-01-09 14:14:04 +01:00
language: php
php:
- 5.6
- 7.0
2017-01-09 14:34:06 +01:00
- 7.1
2017-01-09 14:14:04 +01:00
matrix:
fast_finish: true
install:
- composer selfupdate
- composer install
script:
2017-01-30 14:58:22 +01:00
- ./vendor/bin/phpunit
2017-01-09 14:14:04 +01:00
notifications:
email:
recipients:
- poisoncorpsee@gmail.com
on_success: always
on_failure: always