PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Laravel Simple Validation   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Simple Validation
Add validation rules to use in Laravel application
Author: By
Last change:
Date: 3 months ago
Size: 249 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 - 7.2 install: - travis_retry composer update --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_success: - travis_retry vendor/bin/coveralls -v