KnpMarkdownBundle/.travis.yml

24 lines
277 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
- 5.4
2014-05-23 22:17:53 +02:00
- 5.5
- 5.6
- 7.0
2014-05-25 15:40:02 +02:00
- hhvm
2014-05-23 22:17:53 +02:00
matrix:
allow_failures:
- php: 7.0
2014-05-25 15:40:02 +02:00
- php: hhvm
2012-02-25 12:06:40 +01:00
before_script:
- 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