PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Asynchronous Task 7   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Asynchronous Task 7
Execute parallel task using a sub-class
Author: By
Last change:
Date: 5 years ago
Size: 191 bytes
 

Contents

Class file image Download
language: php cache: directories: - $HOME/.composer/cache php: - '7.1' - '7.2' before_script: - flags="-o" - composer install $flags script: phpunit -c phpunit.xml.dist