Andre-487/php_rutils

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
sudo: false

php:
  - 5.3
  - 5.6

before_script:
  - composer install --dev
  - ./vendor/bin/phpcs --config-set show_warnings 0

script:
  - ./vendor/bin/phpunit --config test/phpunit.xml
  - ./vendor/bin/phpcs --standard=PSR2 --ignore=vendor .