Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit cc990f3

Browse files
wouterjlsmith77
authored andcommitted
Use normal 5.3 instead of 5.3.3 for lowest tests
Prophecy doesn't supported \Traversable mocks in PHP 5.3.3
1 parent c1cdab8 commit cc990f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
env: SYMFONY_VERSION=2.4.*
2525
- php: 5.5
2626
env: SYMFONY_VERSION=2.6.*
27-
- php: 5.3.3
27+
- php: 5.3
2828
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
2929

3030
before_install:

0 commit comments

Comments
 (0)