Comment build info

pull/2487/head
jmontoyaa 7 years ago
parent 39bbae3c5d
commit 6293f74a95
  1. 44
      .scrutinizer.yml

@ -1,28 +1,28 @@
# .scrutinizer.yml - see https://scrutinizer-ci.com/docs/guides/php/continuous-integration-deployment for doc # .scrutinizer.yml - see https://scrutinizer-ci.com/docs/guides/php/continuous-integration-deployment for doc
# Excludes go for things do not contain code, are not managed well by Scrutinizer or are external libraries that # Excludes go for things do not contain code, are not managed well by Scrutinizer or are external libraries that
# Chamilo includes but that we cannot update without patching upstream. # Chamilo includes but that we cannot update without patching upstream.
build: #build:
environment: # environment:
mysql: 5.5 # mysql: 5.5
php: # php:
version: 7.0.20 # version: 7.0.20
ini: # ini:
'date.timezone': 'US/Pacific' # 'date.timezone': 'US/Pacific'
'phar.readonly': false # 'phar.readonly': false
apache2: # apache2:
modules: ['rewrite'] # modules: ['rewrite']
sites: # sites:
chamilodev: # chamilodev:
web_root: '/' # web_root: '/'
host: 'my.chamilodev.net' # host: 'my.chamilodev.net'
hosts: # hosts:
my.chamilodev.net: '127.0.0.1' # my.chamilodev.net: '127.0.0.1'
postgresql: false # postgresql: false
mongodb: false # mongodb: false
redis: false # redis: false
node: false # node: false
neo4j: false # neo4j: false
rabbitmq: false # rabbitmq: false
checks: checks:
php: php:

Loading…
Cancel
Save