Files
faveo/vendor/sly/notification-pusher/.travis.yml
2023-01-30 14:33:06 +05:30

23 lines
344 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --prefer-source
script:
- bin/atoum
notifications:
email:
recipients:
- cedric@dugat.me
on_success: change
on_failure: change
irc:
- "irc.freenode.org#slynett"