language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - nightly # ignore errors, see below - hhvm # ignore errors, see below # lock distro so new future defaults will not break the build dist: trusty matrix: allow_failures: - php: hhvm - php: nightly install: - composer install script: - ./vendor/bin/phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml after_script: - if [ -f ./build/logs/clover.xml ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi - if [ -f ./build/logs/clover.xml ]; then php vendor/bin/coveralls -v; fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 55 B | 0644 |
|
.travis.yml | File | 635 B | 0644 |
|
CHANGELOG.md | File | 5.43 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 26.88 KB | 0644 |
|
composer.json | File | 647 B | 0644 |
|
phpunit.xml.dist | File | 770 B | 0644 |
|