Skip to content

Commit 197c30d

Browse files
committed
CI via Travis
1 parent 1854e62 commit 197c30d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ before_script:
2626

2727
script:
2828
## PHP_CodeSniffer
29-
- phpcs --standard=PSR1 src/
30-
- phpcs --standard=PSR2 src/
29+
- phpcs --standard=PSR1 Classes/
30+
- phpcs --standard=PSR2 Classes/
3131
## PHP Copy/Paste Detector
32-
- php phpcpd.phar --verbose src/
32+
- php phpcpd.phar --verbose Classes/
3333
## PHP Mess Detector
34-
- phpmd src/ text codesize,unusedcode,naming,design
34+
- phpmd Classes/ text codesize,unusedcode,naming,design
3535
## PHPLOC
36-
- php phploc.phar src/
36+
- php phploc.phar Classes/
3737

3838
notifications:
3939
email:

0 commit comments

Comments
 (0)