Skip to content

Commit 1e6eab8

Browse files
committed
Fix travis script for phpcs
1 parent 6e0a1e6 commit 1e6eab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_script:
1717
script:
1818
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
1919
- vendor/bin/phpstan analyse src --level=7
20-
- vendor/bin/phpcs --standard=ruleset.xml --extensions=php src tests
20+
- vendor/bin/phpcs --standard=ruleset.xml --extensions=php --ignore=tests/TestEntities,tests/TestEntities2 src tests
2121
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build -t clover --exit-code $TRAVIS_TEST_RESULT; fi
2222

2323
notifications:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Squirrel Entities Integration for Symfony
55

66
Integration of [squirrelphp/entities](https://github.com/squirrelphp/entities) into Symfony through bundle configuration, also needs [squirrelphp/queries-bundle](https://github.com/squirrelphp/queries-bundle) as a basis for connecting to databases and executing queries.
77

8-
nstallation
8+
Installation
99
------------
1010

1111
```

0 commit comments

Comments
 (0)