Skip to content

Commit 45cab00

Browse files
committed
FIXED : Unit Tests on Travis CI after have moved phpunit.xml.dist
1 parent 7080ebe commit 45cab00

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
@@ -39,7 +39,7 @@ script:
3939
## PHPLOC
4040
- php phploc.phar Classes/
4141
## PHPUnit
42-
- phpunit -c ./Tests/ --coverage-text
42+
- phpunit -c ./ --coverage-text
4343

4444
notifications:
4545
email:

0 commit comments

Comments
 (0)