Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
[Tests] Update Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed May 11, 2012
1 parent 4d230a7 commit dd5faa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ result=0
for tested in "${testedcomponents[@]}"
do
echo "$tested:"
phpunit -c $testdir/phpunit.xml $testdir/$tested
phpunit -c $testdir/phpunit.xml.dist $testdir/$tested
result=$(($result || $?))
done

Expand Down

0 comments on commit dd5faa4

Please sign in to comment.