Changed test directory in travis config

This commit is contained in:
Gabriel Bull 2014-03-24 08:31:58 -04:00
parent 626902d9d1
commit 57ff17ed04
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ before_script:
script:
## PHP_CodeSniffer
- phpcs --standard=PSR2 -n src/
- phpcs --standard=PSR2 -n test/
- phpcs --standard=PSR2 -n tests/
## PHP Copy/Paste Detector
#- php phpcpd.phar --verbose src/
## PHP Mess Detector