16 lines
232 B
YAML
16 lines
232 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script: composer install --dev --prefer-source
|
|
|
|
script: bin/phpspec run -fpretty --verbose
|
|
|
|
notifications:
|
|
email: "travis-ci@sylius.org"
|
|
irc: "irc.freenode.org#sylius-dev"
|
|
|