Asymptix/Framework

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

env:
  - APP_ENV=travis

php:
  - '5.4'
  - '5.5'
  - '5.6'
  - '7.0'
  - '7.1'
  - '7.2'
  #- hhvm
  #- nightly

before_script:
  - composer install --no-interaction

script:
  - phpunit --configuration phpunit.xml

addons:
    code_climate:
        repo_token: d296195893f07f187f67c09bb04870fafebe41369607a79409453be924a075ff