noregression/callable-comparator

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - 5.5
  - 5.6

before_script:
  - composer self-update
  - composer install --no-interaction

script:
  - phpunit

after_script:
  - ./codeclimate.sh