diff --git a/.gitattributes b/.gitattributes index c83ad16..74290b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,6 @@ /.github/ export-ignore /.gitignore export-ignore /.readthedocs.yml export-ignore -/.travis.yml export-ignore /docs/ export-ignore /phpbench.json export-ignore /phpcs.xml.dist export-ignore diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5aa0eca..0000000 --- a/.travis.yml +++ /dev/null @@ -1,69 +0,0 @@ -language: php -os: linux -cache: - directories: - - /home/travis/.composer/cache/ - -services: - - docker - -jobs: - fast_finish: true - include: - - php: 7.2 - - php: 7.2 - arch: s390x - - php: 7.2 - arch: arm64 - env: ARCH=arm32 - - php: 7.3 - - php: 7.3 - arch: s390x - - php: 7.3 - arch: arm64 - env: ARCH=arm32 - - php: 7.4 - - php: 7.4 - arch: s390x - - php: 7.4 - arch: arm64 - env: ARCH=arm32 - - php: nightly - env: COMPOSER_OPTIONS=--ignore-platform-reqs - - php: nightly - arch: s390x - env: COMPOSER_OPTIONS=--ignore-platform-reqs - allow_failures: - - php: nightly - -addons: - apt: - update: true - packages: - - bsdmainutils - - libsodium-dev - - uuid-dev - -before_install: - - travis_retry ./resources/scripts/travis-before-install.sh - - ./resources/scripts/cmd-proxy.sh ./resources/scripts/system-info.sh - - if [ "${TRAVIS_EVENT_TYPE}" != "cron" ]; then phpenv config-rm xdebug.ini || echo 'No xdebug config.'; fi - -install: - - travis_retry ./resources/scripts/cmd-proxy.sh composer require --no-update "php-coveralls/php-coveralls:^1 | ^2" - - travis_retry ./resources/scripts/cmd-proxy.sh composer install --no-interaction --prefer-dist --no-progress --no-suggest $COMPOSER_OPTIONS - -before_script: - - mkdir -p build/cache - - mkdir -p build/logs - -script: - - ./resources/scripts/cmd-proxy.sh composer lint - - ./resources/scripts/cmd-proxy.sh composer phpcs - - ./resources/scripts/cmd-proxy.sh composer phpstan - - ./resources/scripts/cmd-proxy.sh composer psalm - - ./resources/scripts/cmd-proxy.sh composer phpbench - - travis_wait 30 ./resources/scripts/cmd-proxy.sh ./vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml - -after_success: - - travis_retry ./resources/scripts/php-coveralls.sh diff --git a/README.md b/README.md index 0e539e6..75a3224 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,20 @@ -# ramsey/uuid +
+ A PHP library for generating and working with UUIDs. +
+ + ramsey/uuid is a PHP library for generating and working with universally unique identifiers (UUIDs). @@ -61,19 +69,3 @@ information. [pyuuid]: http://docs.python.org/3/library/uuid.html [composer]: http://getcomposer.org/ [contributing.md]: https://github.com/ramsey/uuid/blob/master/.github/CONTRIBUTING.md - -[badge-source]: https://img.shields.io/badge/source-ramsey/uuid-blue.svg?style=flat-square -[badge-release]: https://img.shields.io/packagist/v/ramsey/uuid.svg?style=flat-square&label=release -[badge-license]: https://img.shields.io/packagist/l/ramsey/uuid.svg?style=flat-square -[badge-php]: https://img.shields.io/packagist/php-v/ramsey/uuid.svg?style=flat-square -[badge-build]: https://img.shields.io/travis/ramsey/uuid/master.svg?style=flat-square -[badge-coverage]: https://img.shields.io/coveralls/github/ramsey/uuid/master.svg?style=flat-square -[badge-downloads]: https://img.shields.io/packagist/dt/ramsey/uuid.svg?style=flat-square&colorB=mediumvioletred - -[source]: https://github.com/ramsey/uuid -[release]: https://packagist.org/packages/ramsey/uuid -[license]: https://github.com/ramsey/uuid/blob/master/LICENSE -[php]: https://php.net -[build]: https://travis-ci.org/ramsey/uuid -[coverage]: https://coveralls.io/github/ramsey/uuid?branch=master -[downloads]: https://packagist.org/packages/ramsey/uuid