Skip to content

Commit 7fa44db

Browse files
committed
Fix PHP 5.3 CI configuration
maybe?
1 parent 9ee9412 commit 7fa44db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
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
@@ -19,3 +18,7 @@ matrix:
1918
allow_failures:
2019
- php: hhvm
2120
fast_finish: true
21+
include:
22+
-
23+
php: "5.3"
24+
dist: precise

0 commit comments

Comments
 (0)