PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Omar Shaban   Resilient PHP Task Runner   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Resilient PHP Task Runner
Run a task and retry while it fails for a period
Author: By
Last change:
Date: 3 years ago
Size: 256 bytes
 

Contents

Class file image Download
language: php cache: directories: - $HOME/.composer/cache php: - 7.0 - 7.1 - 7.2 - 7.3 install: - composer install --no-interaction --prefer-dist script: - make build-travis after_success: - bash <(curl -s https://codecov.io/bash)