Skip to content

Commit a855849

Browse files
authored
Merge pull request #25 from bearsunday/ci-files
Update Ci files
2 parents f1a5017 + 8c55a08 commit a855849

File tree

3 files changed

+6
-84
lines changed

3 files changed

+6
-84
lines changed

.scrutinizer.yml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1+
build:
2+
nodes:
3+
analysis:
4+
tests:
5+
override:
6+
- php-scrutinizer-run
17
filter:
28
paths: ["src/*"]
3-
tools:
4-
external_code_coverage: true
5-
php_code_coverage: true
6-
php_sim: true
7-
php_mess_detector: true
8-
php_pdepend: true
9-
php_analyzer: true
10-
php_cpd: true
11-
php_mess_detector:
12-
enabled: true
13-
config:
14-
ruleset: ./phpmd.xml
15-
php_code_sniffer:
16-
enabled: true
17-
config:
18-
ruleset: ./phpcs.xml

.travis.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Local install
4242
* [phpmd.xml](https://phpmd.org/documentation/creating-a-ruleset.html)
4343
* [phpunit.xml](https://phpunit.de/manual/current/en/index.html)
4444
* [.php_cs](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
45-
* [.travis.yml](https://docs.travis-ci.com/user/customizing-the-build)
4645
* [.scrutinizer.yml](https://scrutinizer-ci.com/docs/guides/php/)
4746

4847
# Usage
@@ -81,16 +80,3 @@ phpcpd
8180
phpmetrics
8281

8382
phpmetrics --report-html=build/metrics/ --extensions=php src,composer.json,composer.lock --junit=build/logs/junit.xml
84-
85-
### Security
86-
87-
security-checker
88-
89-
security-checker security:check
90-
91-
### CI build
92-
93-
```
94-
phpbuild
95-
```
96-

0 commit comments

Comments
 (0)