Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 56dffee

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ result=0
77
for tested in "${testedcomponents[@]}"
88
do
99
echo "$tested:"
10-
phpunit -c $testdir/phpunit.xml $testdir/$tested
10+
phpunit -c $testdir/phpunit.xml.dist $testdir/$tested
1111
result=$(($result || $?))
1212
done
1313

0 commit comments

Comments
 (0)