Update default config, add phpci config file

This commit is contained in:
Timothy Warren 2015-07-20 16:13:00 -04:00
parent 6450a76351
commit 8904054212
2 changed files with 28 additions and 5 deletions

View File

@ -26,11 +26,11 @@ $config = [
// the _path suffixed options to an empty string, and set 'route_by' to 'host'.
// ----------------------------------------------------------------------------
'route_by' => 'host', // host or path
'anime_host' => 'anime.timshomepage.net',
'manga_host' => 'manga.timshomepage.net',
'anime_path' => '',
'manga_path' => '',
'route_by' => 'path', // host or path
'anime_host' => '',
'manga_host' => '',
'anime_path' => 'anime',
'manga_path' => 'manga',
// Which list should be the default?
'default_list' => 'anime', // anime or manga

23
phpci.yml Normal file
View File

@ -0,0 +1,23 @@
build_settings:
verbose: true
ignore:
- "tests"
- "vendor"
setup:
env:
PHPCI: true
test:
php_unit:
config: 'phpunit.xml'
php_docblock_checker:
allowed_warnings: 0
skip_classes: true
php_loc:
php_mess_detector:
allow_failures: true
rules:
- "unusedcode"
- "naming"
complete: