robotomize/fujes

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - 5.6
  - hhvm

before_script:
  - composer install --no-interaction

script:
  - vendor/bin/phpunit
  - vendor/bin/phpcs --standard=PSR2 ./src/
  - vendor/bin/phpcs --standard=PSR2 ./tests/