PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Sami Ilyes Mazouz   PHP License Detector   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP License Detector
Detect the type of project license text
Author: By
Last change:
Date: 4 years ago
Size: 199 bytes
 

Contents

Class file image Download
language: php php: - 7.2 - 7.3 before_script: - composer self-update - composer install --prefer-source script: - phpunit --bootstrap vendor/autoload.php tests/DetectorTest.php