1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/.travis.yml
2017-05-14 14:39:09 +01:00

18 lines
167 B
YAML

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