diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f30d586..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: php - -php: - - 7.0 - - 7.1 - - 7.2 - -sudo: false - -before_script: - - composer self-update - - composer install --dev --no-interaction --prefer-source - -script: - - vendor/phpunit/phpunit/phpunit - -notifications: - email: - - "jon@jon.se" diff --git a/README.md b/README.md index 39787f5..b2a2efd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # IdentityNumberValidatorBundle -[![Build Status](https://img.shields.io/travis/jongotlin/IdentityNumberValidatorBundle/master.svg)](https://travis-ci.org/jongotlin/IdentityNumberValidatorBundle) - This Symfony Bundle uses [github.com/byrokrat/id](https://github.com/byrokrat/id) to validate swedish identity number (personnummer), coordination number (samordningsnummer) and organization number (organisationsnummer). ## Install