diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..252fd5f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +language: php + +php: + - 7.0 + - 7.1 + - 7.2 + - 7.3 + - nightly + +matrix: + fast_finish: true + allow_failures: + - php: nightly + +install: + - composer install --prefer-dist + +script: + - composer validate + - vendor/bin/phpcs + - ./bin/php-doc-check -d ./ --exclude vendor/ \ No newline at end of file diff --git a/composer.json b/composer.json index cad7c96..49a472f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "niels-de-blaauw/php-doc-check", + "description": "Command line tool that identifies code that needs documentation.", "type": "library", "license": "MIT", "authors": [