Skip to content

Commit b621e20

Browse files
authored
Run PHP 5.3 on Ubuntu Precise
1 parent ea7a3fc commit b621e20

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.travis.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ sudo: false
33

44
language: php
55

6-
php:
7-
- 5.3
8-
- 5.4
9-
- 5.5
10-
- 5.6
11-
- 7.0
12-
- 7.1
13-
- nightly
14-
- hhvm
15-
166
matrix:
7+
include:
8+
- php: hhvm
9+
- php: nightly
10+
- php: 7.2
11+
- php: 7.1
12+
- php: 7.0
13+
- php: 5.6
14+
- php: 5.5
15+
- php: 5.4
16+
- php: 5.3
17+
dist: precise
1718
fast_finish: true
1819
allow_failures:
1920
- php: nightly

0 commit comments

Comments
 (0)