language: php branches: only: [master] sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 env: - - COMPOSER_ARGS="--prefer-lowest" matrix: include: - php: "7.2" env: RUN_CS_FIXER=true before_script: - composer update $COMPOSER_ARGS script: - if [ "${RUN_CS_FIXER}" = "true" ]; then vendor/bin/php-cs-fixer fix --dry-run --diff --config-file=.php_cs .; else vendor/bin/phpunit; fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 372 B | 0644 |
|
.gitignore | File | 48 B | 0644 |
|
.php_cs | File | 1.72 KB | 0644 |
|
.travis.yml | File | 442 B | 0644 |
|
CHANGELOG.md | File | 1.82 KB | 0644 |
|
CODE_OF_CONDUCT.md | File | 1.93 KB | 0644 |
|
CONTRIBUTING.md | File | 3.57 KB | 0644 |
|
COPYING | File | 11.08 KB | 0644 |
|
LICENSE | File | 10.02 KB | 0644 |
|
README.md | File | 4.95 KB | 0644 |
|
autoload.php | File | 1.08 KB | 0644 |
|
composer.json | File | 714 B | 0644 |
|
phpunit.xml.dist | File | 534 B | 0644 |
|