Skip to content

Commit 57ff17e

Browse files
committed
Changed test directory in travis config
1 parent 626902d commit 57ff17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838
script:
3939
## PHP_CodeSniffer
4040
- phpcs --standard=PSR2 -n src/
41-
- phpcs --standard=PSR2 -n test/
41+
- phpcs --standard=PSR2 -n tests/
4242
## PHP Copy/Paste Detector
4343
#- php phpcpd.phar --verbose src/
4444
## PHP Mess Detector

0 commit comments

Comments
 (0)