Files
Chamilo/vendor/sylius/attribute/.travis.yml
2025-08-14 22:41:49 +02:00

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"