You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/lib/composer/mexitek/phpcolors/.travis.yml

12 lines
236 B
YAML

language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0
before_script:
- composer install --no-interaction --dev --prefer-source
script:
- vendor/bin/phpcs --extensions=php,phpt --warning-severity=0
- vendor/bin/tester tests -s -p php