wishthis/vendor/oscarotero/html-parser/.travis.yml
2022-01-21 09:23:52 +01:00

16 lines
232 B
YAML

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