Implemented Travis-CI for Application Skeleton.

This commit is contained in:
Abel Hoogeveen 2016-07-19 16:50:10 +02:00
parent a1732b8d1b
commit 5f5c9e4657
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: php
php:
- 7
- 5.6
script:
- php vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text
before_script:
- composer install