PHP Classes

File: vendor/sensio/generator-bundle/.travis.yml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/generator-bundle/.travis.yml   Download  
File: vendor/sensio/generator-bundle/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 8 years ago
Size: 369 bytes
 

Contents

Class file image Download
language: php sudo: false cache: directories: - $HOME/.composer/cache matrix: include: - php: hhvm - php: 5.3 - php: 5.4 - php: 5.5 - php: 5.6 - php: 7.0 env: composer_extra="--prefer-lowest --prefer-stable" fast_finish: true install: - composer --prefer-source $composer_extra update