parsedown/.travis.yml
Carsten Brandt f529dc0760 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.
2016-10-13 11:32:46 +02:00

17 lines
155 B
YAML

language: php
php:
- nightly
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: nightly