PHP code example of phpcq / travis-configuration-check

1. Go to this page and download the library: Download phpcq/travis-configuration-check library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

phpcq / travis-configuration-check example snippets


./vendor/bin/check-travis-configuration.php

./vendor/bin/check-travis-configuration.php /path/to/some/project

./vendor/bin/check-travis-configuration.php --unmaintained-version-error

./vendor/bin/check-travis-configuration.php --unmaintained-version-error /path/to/some/project