Files
faveo/vendor/sly/notification-pusher/.travis.yml
Sujit Prasad ffa56a43cb update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
2016-08-03 20:04:36 +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"