Skip to content

Commit

Permalink
Adds travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsdeBlaauw committed Jan 20, 2019
1 parent d2f5fc0 commit 41942f6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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/
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 41942f6

Please sign in to comment.