Skip to content

Commit 3d9dbc8

Browse files
committed
Merge pull request #161 from phpcr/dbu-patch-1
stop building on broken 5.3.3 setup
2 parents 778fc1c + 23cfce1 commit 3d9dbc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
@@ -14,7 +13,7 @@ sudo: false
1413

1514
matrix:
1615
include:
17-
- php: 5.3.3
16+
- php: 5.3
1817
env: PACKAGE_VERSION=low
1918

2019
before_script:

0 commit comments

Comments
 (0)