wishthis/vendor/oscarotero/html-parser/.travis.yml

17 lines
232 B
YAML
Raw Normal View History

2022-01-21 08:23:52 +00:00
language: php
sudo: false
matrix:
include:
- php: 7.2
- php: 7.4
- php: nightly
env:
- COMPOSER_ARG="--ignore-platform-reqs"
before_install:
- composer install $COMPOSER_ARG
script:
- composer test