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

18 lines
167 B
YAML
Raw Normal View History

2013-07-23 00:59:51 +04:00
language: php
php:
2016-10-09 02:58:47 +03:00
- 7.1
- 7.0
2014-02-12 21:13:14 +04:00
- 5.6
- 5.5
2013-07-23 00:59:51 +04:00
- 5.4
- 5.3
2014-02-12 21:13:14 +04:00
- hhvm
2017-05-01 05:53:29 +03:00
- nightly
matrix:
fast_finish: true
allow_failures:
2017-05-01 05:53:29 +03:00
- php: nightly
2017-05-14 16:36:55 +03:00
sudo: false