Skip to content

Commit

Permalink
Added static-analysis tests to CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius authored and sebastianbergmann committed Jun 6, 2019
1 parent 41f7556 commit f184583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -64,4 +64,5 @@ jobs:
- phpenv config-rm xdebug.ini
script:
- travis_retry ./tools/composer update $DEFAULT_COMPOSER_FLAGS
- ./tools/psalm --config=tests/static-analysis/config.xml --no-progress
- ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --stats
2 changes: 1 addition & 1 deletion psalm.xml → tests/static-analysis/config.xml
Expand Up @@ -6,7 +6,7 @@
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="tests/static-analysis/happy-path" />
<directory name="tests/static-analysis" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
Expand Down

0 comments on commit f184583

Please sign in to comment.