Fleshgrinder/php-value-object

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
# Travis-CI Configuration
#
# @see https://travis-ci.org/
language: php
php:
    - 5.4
    - 5.5
    - 5.6
    - 7.0
    - hhvm
before_install: composer self-update
install: composer install
script: composer test
after_success: composer code-climate