language: php env: global: SETUP=basic matrix: include: - php: 5.5.9 dist: trusty - php: 5.5 dist: trusty - php: 5.6 dist: xenial env: PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml" after_success: wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml - php: 5.6 dist: xenial env: SETUP=lowest - php: hhvm-3.30 dist: trusty before_install: - travis_retry composer require "phpunit/phpunit:^5.7.27" --dev --no-update --no-interaction - travis_retry composer require "mockery/mockery:^0.9.11" --dev --no-update --no-interaction cache: directories: - "$HOME/.composer/cache" install: - if [[ "$SETUP" = "basic" ]]; then composer install --no-interaction --prefer-dist; fi - if [[ "$SETUP" = "lowest" ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi script: - vendor/bin/phpunit --verbose $PHPUNIT_FLAGS
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
examples | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 262 B | 0644 |
|
.gitattributes | File | 324 B | 0644 |
|
.gitignore | File | 44 B | 0644 |
|
.mailmap | File | 72 B | 0644 |
|
.scrutinizer.yml | File | 234 B | 0644 |
|
.travis.yml | File | 1.06 KB | 0644 |
|
CHANGELOG.md | File | 2.54 KB | 0644 |
|
CONTRIBUTING.md | File | 957 B | 0644 |
|
LICENSE.md | File | 1.04 KB | 0644 |
|
README.md | File | 5.94 KB | 0644 |
|
SECURITY.md | File | 316 B | 0644 |
|
composer.json | File | 1.28 KB | 0644 |
|
phpunit.xml.dist | File | 772 B | 0644 |
|