PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Angel Campos   PHP Ping Command Line   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Ping Command Line
Execute the ping command to check a remote machine
Author: By
Last change:
Date: 3 years ago
Size: 449 bytes
 

Contents

Class file image Download
language: php php: - 7.4 env: matrix: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" before_script: - cp .env.travis .env - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover