Skip to content

Commit 23cfce1

Browse files
committed
stop building on broken 5.3.3 setup
1 parent 778fc1c commit 23cfce1

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)