Skip to content

Commit 2268602

Browse files
committed
updated ci conf
1 parent dd1d924 commit 2268602

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.scrutinizer.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
21
filter:
32
excluded_paths:
43
- tests/*
5-
64
build:
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-
3428
checks:
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-
8881
coding_style:
8982
php:
9083
indentation:

0 commit comments

Comments
 (0)