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

24 lines
284 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
- php: 5.3
before_script:
- composer install --prefer-dist --no-interaction --no-progress
script:
- vendor/bin/phpunit