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

Commit c6f5d24

Browse files
committed
Merge branch 'master' of git://github.com/zendframework/zf2 into search

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for tested in "${testedcomponents[@]}"
88
do
99
echo "$tested:"
1010
phpunit -c $testdir/phpunit.xml $testdir/$tested
11-
let "result = $result || $?"
11+
result=$(($result || $?))
1212
done
1313

14-
exit $result
14+
exit $result

0 commit comments

Comments
 (0)