UWEnrollmentManagement/R25

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
php:
  - 5.5
  - 5.6
  - 7.0
addons:
  code_climate:
    repo_token: ec79cb0b6c2a216d282795e8a2fe88441b87dc4893bfb534577f1ef9eb77ce7b
before_script:
  - sed -i '/phpdocumentor/d' composer.json
  - composer install
script:
  - phpunit --configuration test/phpunit.xml test
  - ./vendor/bin/phpcs --ignore=*/vendor/*,*/test/*,*/bin/* --standard=./vendor/uwdoem/standard/ruleset.xml .
  - ./vendor/bin/phpcs --standard=PSR2 test
after_script:
  - vendor/bin/test-reporter