PHP Classes

File: vendor/phenx/php-svg-lib/.travis.yml

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/phenx/php-svg-lib/.travis.yml   Download  
File: vendor/phenx/php-svg-lib/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 4 years ago
Size: 263 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - nightly before_script: - composer self-update - composer install --prefer-source --no-interaction --dev script: phpunit matrix: allow_failures: - php: 5.6 - php: nightly fast_finish: true