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

Commit 36357eb

Browse files
fix php 5.3 support for travis-ci
1 parent 66e9997 commit 36357eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 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.4
712
- 5.6
@@ -10,11 +15,6 @@ php:
1015
- 7.2
1116
- nightly
1217

13-
matrix:
14-
include:
15-
- php: 5.3
16-
dist: precise
17-
1818
cache:
1919
directories:
2020
- $HOME/.composer/cache

0 commit comments

Comments
 (0)