File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21filter :
32 excluded_paths :
43 - tests/*
5-
64build :
75 environment :
8- php : 5.6
6+ php : 7.0
97 cache :
108 disabled : false
11-
12- # Accepts an array of directories
139 directories :
14- - ~/relative-to-the-users-home
1510 - ~/.composer/cache
1611 - tmp/
1712 - vendor/
@@ -21,16 +16,15 @@ build:
2116 - composer update --with-dependencies -v -o
2217 tests :
2318 override :
24- - eslint -run " public_html/js/*js"
25- - shellcheck-run " scripts/*/*sh"
26- - csslint-run " public_html/css"
19+ - jshint -run public_html/js/*js
20+ - shellcheck-run scripts/*/*sh
21+ - csslint-run public_html/css
2722 -
2823 command : ' vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover coverage.xml --whitelist src/'
2924 # command: 'phpdbg -qrr vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover coverage.xml --whitelist src/'
3025 coverage :
3126 file : ' coverage.xml'
3227 format : ' clover'
33-
3428checks :
3529 php :
3630 uppercase_constants : true
@@ -84,7 +78,6 @@ checks:
8478 avoid_corrupting_byteorder_marks : true
8579 avoid_closing_tag : true
8680 argument_type_checks : true
87-
8881coding_style :
8982 php :
9083 indentation :
You can’t perform that action at this time.
0 commit comments