PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Edward Paul   Laravel Password History Validation   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Password History Validation
Prevent users from reusing recently used passwords
Author: By
Last change:
Date: 4 years ago
Size: 467 bytes
 

Contents

Class file image Download
language: php php: - 7.2 - 7.3 - 7.4 env: matrix: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover