jlawrence11/eos

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - hhvm
  - 7.0

matrix:
  allow_failures:
    - php: 5.3
    - php: 7.0

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

script: phpunit --coverage-clover build/logs/clover.xml

after_script:
  - vendor/bin/test-reporter