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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into search
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed May 9, 2012
13 parents b348348 + 0640226 + 09868c6 + d3e357b + 50bd771 + 2595247 + aec938c + 5970dba + e723fba + f647c66 + e217698 + f887417 + d43c1be commit 15e6fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for tested in "${testedcomponents[@]}"
do
echo "$tested:"
phpunit -c $testdir/phpunit.xml $testdir/$tested
let "result = $result || $?"
result=$(($result || $?))
done

exit $result
exit $result

0 comments on commit 15e6fba

Please sign in to comment.