bpteam/gd2-php-ocr

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php


php:
    - 5.6
    - 5.5
    - 5.4

install:
 - composer self-update
 - composer install

#before_script: chmod +x ./codeclimate.sh

script: phpunit --configuration phpunit.xml

#after_script: ./codeclimate.sh