13 lines
227 B
YAML
13 lines
227 B
YAML
|
language: php
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|
||
|
|
||
|
before_script:
|
||
|
- composer selfupdate --quiet
|
||
|
- composer install --dev
|
||
|
- vendor/phpunit/phpunit/composer/bin/phpunit
|
||
|
- composer update --dev
|
||
|
|
||
|
notifications:
|
||
|
irc: "irc.freenode.org#garyj"
|