Skip to content

Commit a3292c4

Browse files
committed
Include PHP 5.3 on Precise
Signed-off-by: Michal Čihař <[email protected]>
1 parent f078bd4 commit a3292c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
dist: trusty
44

55
php:
6-
- "5.3"
76
- "5.4"
87
- "5.5"
98
- "5.6"
@@ -23,6 +22,8 @@ matrix:
2322
include:
2423
- php: "7.0"
2524
env: MOTRANSLATOR=yes
25+
- dist: precise
26+
php: "5.3"
2627

2728
sudo: false
2829

0 commit comments

Comments
 (0)