Test on nightly releases of PHP (7.0) and HHVM

See https://github.com/erusev/parsedown/issues/294

See 12bf1c6d05 (commitcomment-10090016)

Nightly releases are allowed to fail since they are not stable and
could fail in unpredictable ways.

New versions of PHP could be added as they are released.
I think they should not be in the allowed to fail part of the matrix then.
This commit is contained in:
Haralan Dobrev 2015-03-08 19:13:10 +02:00
parent 65116c3cb0
commit b2ad712644
1 changed files with 8 additions and 0 deletions

View File

@ -1,8 +1,16 @@
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: hhvm-nightly