Add syntax checking and PHPUnit to Travis

This commit is contained in:
Niklas Keller
2016-03-23 11:21:21 +01:00
parent e47eb9c636
commit 5e0d126834
3 changed files with 43 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5",
"fabpot/php-cs-fixer": "^1.9",
"macfja/phar-builder": "^0.2.3"
},
"extra": {