PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Camilo Sperberg   PHP Valida RUT   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Valida RUT
Validate RUT Chilean numbers
Author: By
Last change: No support for code coverage on hhvm, so allow failure there
More checks for scrutinizer
Composer install before travis run
Disabling node js tests on travis
Testing whether I unit test JavaScript as well in travis
Version 2.0.0

- Removed c_javascript function
- Standarized data type on return for all functions, no more mixed types
- Updated PHPUnit dependency to latest stable version
- Will now test PHP 5.3 in Travis-CI as well
- Class will now sprintf into the error array in preparation for later
i18n implementation
Date: 9 years ago
Size: 394 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 5.5 - 5.4 - 5.3 - hhvm matrix: allow_failures: - php: hhvm before_script: - "mkdir -p ~/.composer" - composer self-update - composer install script: - vendor/bin/phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover