PHP Classes

File: vendor/sabberworm/php-css-parser/.travis.yml

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/sabberworm/php-css-parser/.travis.yml   Download  
File: vendor/sabberworm/php-css-parser/.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: 430 bytes
 

Contents

Class file image Download
language: php php: - "5.4" - "5.5" - "5.6" - "7.0" - "7.1" - "7.2" - "7.3" - hhvm sudo: false dist: trusty matrix: include: - php: "5.3" dist: precise sudo: false before_script: rm composer.lock && composer install script: ./vendor/bin/phpunit --coverage-clover build/coverage/xml after_script: ./vendor/bin/codacycoverage clover build/coverage/xml