Skip to content

Commit fd41e70

Browse files
committed
add php 5.5 to matrix and relax benchmark to not fail on travis
1 parent 60dc21b commit fd41e70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
- 5.5
67
- hhvm
78

89
before_script:

tests/PHPCR/Tests/Util/NodeHelperTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function testBenchmarkOrderBeforeArray()
173173
{
174174
$nodes = array();
175175

176-
for ($i = 0; $i < 1000000; $i++) {
176+
for ($i = 0; $i < 100000; $i++) {
177177
$nodes[] = 'test' . $i;
178178
}
179179

0 commit comments

Comments
 (0)