Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7ddaedc

Browse files
fix php 5.3 support for travis-ci
1 parent 50edbc4 commit 7ddaedc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: php
22

33
sudo: false
44

5+
matrix:
6+
include:
7+
- php: 5.3
8+
dist: precise
9+
510
php:
611
- 5.3
712
- 5.4

0 commit comments

Comments
 (0)