KnpMarkdownBundle/.travis.yml
Sullivan SENECHAL 2400e1ad9f Add PHP 7 on Travis
And remove 5.6 from allowed failures
2015-07-30 17:59:41 +02:00

24 lines
277 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_script:
- composer install
script: phpunit --coverage-text
notifications:
email:
- travis@knplabs.com