mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-17 13:52:01 +00:00
007bfd424e
* Some code improvements - tests same as beginning * isUTF8Invalid returns a boolean * Changes for tests passed * Revert change + scrutinizer to flaky * Null coalescing on token to return a null token * Psalm pass and PHPunit too (php 7.4) * Minor change to set lookahead to nullToken
15 lines
339 B
YAML
15 lines
339 B
YAML
imports:
|
|
- php
|
|
|
|
build:
|
|
environment:
|
|
php: '7.3'
|
|
tests:
|
|
override:
|
|
-
|
|
command: 'vendor/bin/phpunit --coverage-clover=clover.xml --exclude-group flaky'
|
|
coverage:
|
|
file: 'clover.xml'
|
|
format: 'clover'
|
|
- php-scrutinizer-run
|