Changed test directory in travis config
This commit is contained in:
parent
626902d9d1
commit
57ff17ed04
|
|
@ -38,7 +38,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
## PHP_CodeSniffer
|
## PHP_CodeSniffer
|
||||||
- phpcs --standard=PSR2 -n src/
|
- phpcs --standard=PSR2 -n src/
|
||||||
- phpcs --standard=PSR2 -n test/
|
- phpcs --standard=PSR2 -n tests/
|
||||||
## PHP Copy/Paste Detector
|
## PHP Copy/Paste Detector
|
||||||
#- php phpcpd.phar --verbose src/
|
#- php phpcpd.phar --verbose src/
|
||||||
## PHP Mess Detector
|
## PHP Mess Detector
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue