Skip to content

Commit 09e086e

Browse files
committed
Cleanup build files
1 parent 73ea678 commit 09e086e

File tree

4 files changed

+18
-40
lines changed

4 files changed

+18
-40
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,9 @@ jobs:
2727
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls/php-coveralls && ./tools/php-coveralls --verbose
2828
- travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
2929

30-
- stage: lint
31-
php: 7.1
32-
before_script:
33-
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
34-
script:
35-
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
36-
- composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
37-
3830
cache:
3931
directories:
4032
- $HOME/.composer/cache/files
41-
- $HOME/.phive
4233

4334
notifications:
4435
irc: "irc.freenode.org#phpdocumentor"

easy-coding-standard.neon

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

phive.xml

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

psalm.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<psalm
3+
totallyTyped="false"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xmlns="https://getpsalm.org/schema/config"
6+
xsi:schemaLocation="https://getpsalm.org/schema/config file:///composer/vendor/vimeo/psalm/config.xsd"
7+
>
8+
<projectFiles>
9+
<directory name="src" />
10+
<ignoreFiles>
11+
<directory name="vendor" />
12+
</ignoreFiles>
13+
</projectFiles>
14+
15+
<issueHandlers>
16+
<LessSpecificReturnType errorLevel="info" />
17+
</issueHandlers>
18+
</psalm>

0 commit comments

Comments
 (0)