KnpMarkdownBundle/.travis.yml

21 lines
309 B
YAML
Raw Normal View History

2011-11-19 15:48:33 +01:00
language: php
2012-02-25 12:06:40 +01:00
2011-11-19 15:48:33 +01:00
php:
- 5.3.3
2011-11-19 15:48:33 +01:00
- 5.3
- 5.4
2012-02-25 12:06:40 +01:00
2011-11-19 15:48:33 +01:00
env:
- SYMFONY_VERSION=2.0.*
- SYMFONY_VERSION=2.1.*
2012-02-25 12:06:40 +01:00
before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
- composer install
2011-11-19 15:48:33 +01:00
script: phpunit --coverage-text
2011-11-19 15:48:33 +01:00
notifications:
email:
- travis@knplabs.com