FIXED : Unit Tests on Travis CI after have moved phpunit.xml.dist
This commit is contained in:
parent
7080ebe1af
commit
45cab00eff
|
|
@ -39,7 +39,7 @@ script:
|
||||||
## PHPLOC
|
## PHPLOC
|
||||||
- php phploc.phar Classes/
|
- php phploc.phar Classes/
|
||||||
## PHPUnit
|
## PHPUnit
|
||||||
- phpunit -c ./Tests/ --coverage-text
|
- phpunit -c ./ --coverage-text
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue