KnpMarkdownBundle/.travis.yml

19 lines
235 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:
2012-02-25 12:06:40 +01:00
- 5.3.2
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=v2.0.5
- SYMFONY_VERSION=origin/master
2012-02-25 12:06:40 +01:00
2011-11-19 15:48:33 +01:00
before_script: php vendor/vendors.php
2012-02-25 12:06:40 +01:00
script: phpunit
2011-11-19 15:48:33 +01:00
notifications:
email:
- travis@knplabs.com