e9aa73b0
andryeyev
+ adminLte
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
build:
environment:
php:
version: 5.5.12
dependencies:
before:
- composer global require "fxp/composer-asset-plugin:1.0.0"
tests:
override:
- phpunit
imports:
- php
checks:
php:
code_rating: true
duplication: true
tools:
php_sim: false
php_cpd: false
php_pdepend: true
php_analyzer: true
php_changetracking: true
external_code_coverage:
timeout: 2100 # Timeout in seconds.
filter:
excluded_paths:
- tests/*
- vendor/*
|