PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Elminson De Oleo   Table from Insert   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Table from Insert
Generate create table SQL from an insert query
Author: By
Last change:
Date: 6 years ago
Size: 770 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 5.5 env: global: - setup=basic - APP_ENV=local - APP_DEBUG=true - APP_KEY=base64:GIBAOGJPkU3MtQhMGA5nc9fzJmed2DvD7ESsfYLcKUc= - DB_CONNECTION=mysqli - CACHE_DRIVER=file - SESSION_DRIVER=file - QUEUE_DRIVER=sync sudo: false # blocklist #branches: # except: # - develop # - experimental # safelist branches: only: - master # - stable install: - if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-stable; fi - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-lowest --prefer-stable; fi