Skip to content

Commit 591608f

Browse files
committed
Fix phpunit config name on Travis
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 6e83a03 commit 591608f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ cache:
4040
directories:
4141
- $HOME/.composer/cache
4242

43-
script:
44-
- if [ "$DOCS" != "yes" ] ; then ./vendor/bin/phpunit --configuration phpunit.xml ; fi
43+
script:
44+
- if [ "$DOCS" != "yes" ] ; then ./vendor/bin/phpunit --configuration phpunit.xml.dist ; fi
4545
- if [ "$DOCS" = "yes" ] ; then ./vendor/bin/sami.php --no-interaction update ./tools/sami-config.php ; fi

0 commit comments

Comments
 (0)