Update .travis.yml

followup to #436

- `hhvm-nightly` is not longer supported by travis: https://travis-ci.org/erusev/parsedown/jobs/167116493
- Added `nightly` which builds from PHP master. It is different from 7.1 as soon as 7.1 is released stable.
This commit is contained in:
Carsten Brandt 2016-10-13 11:32:46 +02:00 committed by GitHub
parent cbc4b3f612
commit f529dc0760

View File

@ -1,6 +1,7 @@
language: php language: php
php: php:
- nightly
- 7.1 - 7.1
- 7.0 - 7.0
- 5.6 - 5.6
@ -8,9 +9,8 @@ php:
- 5.4 - 5.4
- 5.3 - 5.3
- hhvm - hhvm
- hhvm-nightly
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- php: hhvm-nightly - php: nightly